C# Class Amazon.SQS.Model.DeleteMessageBatchRequestEntry

Encloses a receipt handle and an identifier for it.

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteMessageBatchRequestEntry ( ) : System

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

DeleteMessageBatchRequestEntry ( string id, string receiptHandle ) : System

Instantiates DeleteMessageBatchRequestEntry with the parameterized properties

Private Methods

Method Description
IsSetId ( ) : bool
IsSetReceiptHandle ( ) : bool

Method Details

DeleteMessageBatchRequestEntry() public method

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

DeleteMessageBatchRequestEntry() public method

Instantiates DeleteMessageBatchRequestEntry with the parameterized properties
public DeleteMessageBatchRequestEntry ( string id, string receiptHandle ) : System
id string An identifier for this particular receipt handle. This is used to communicate the result. The Ids of a batch request need to be unique within a request
receiptHandle string A receipt handle.
return System