Encloses a receipt handle and an identifier for it.
Namespace: Amazon.SQS.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteMessageBatchRequestEntry
Public Class DeleteMessageBatchRequestEntry
public ref class DeleteMessageBatchRequestEntry
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteMessageBatchRequestEntry()()()() | Initializes a new instance of the DeleteMessageBatchRequestEntry class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Id |
Gets and sets the Id property. An identifier for this particular receipt handle. This is used to
communicate the result. Note that the Ids of a batch request
need to be unique within the request.
| |
| IsSetId()()()() |
Checks if Id property is set
| |
| IsSetReceiptHandle()()()() |
Checks if ReceiptHandle property is set
| |
| ReceiptHandle |
Gets and sets the ReceiptHandle property. The receipt handle associated with the message you want to delete.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithId(String) |
Sets the Id property
| |
| WithReceiptHandle(String) |
Sets the ReceiptHandle property
|