A receipt handle and an identifier for it.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteMessageBatchRequestEntry
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 | 
            An identifier for this particular receipt handle.
            This value is used to identify the message in the result.
             | 
|  | IsSetId()()()() | 
            Checks if Id property is set
             | 
|  | IsSetReceiptHandle()()()() | 
            Checks if ReceiptHandle property is set
             | 
|  | ReceiptHandle | 
            The receipt handle associated with the message you want to delete.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithId(String) | Obsolete. 
            Sets an identifier for this particular receipt handle.
             | 
|  | WithReceiptHandle(String) | Obsolete. 
            Sets The receipt handle associated with the message you want to delete.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DeleteMessageBatchRequestEntry |