C# Class Amazon.SQS.Model.SendMessageBatchRequestEntry

Contains the details of a single Amazon SQS message along with an Id.
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
SendMessageBatchRequestEntry ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

SendMessageBatchRequestEntry ( string id, string messageBody ) : System

Instantiates SendMessageBatchRequestEntry with the parameterized properties

Private Methods

Method Description
IsSetDelaySeconds ( ) : bool
IsSetId ( ) : bool
IsSetMessageAttributes ( ) : bool
IsSetMessageBody ( ) : bool
IsSetMessageDeduplicationId ( ) : bool
IsSetMessageGroupId ( ) : bool

Method Details

SendMessageBatchRequestEntry() public method

Empty constructor used to set properties independently even when a simple constructor is available
public SendMessageBatchRequestEntry ( ) : System
return System

SendMessageBatchRequestEntry() public method

Instantiates SendMessageBatchRequestEntry with the parameterized properties
public SendMessageBatchRequestEntry ( string id, string messageBody ) : System
id string An identifier for a message in this batch used to communicate the result. The Ids of a batch request need to be unique within a request
messageBody string The body of the message.
return System