Encloses a receipt handle and an identifier for it.

Namespace: Amazon.SQS.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeleteMessageBatchRequestEntry()()()()
Initializes a new instance of the DeleteMessageBatchRequestEntry class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithId(String)
Sets the Id property
WithReceiptHandle(String)
Sets the ReceiptHandle property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..DeleteMessageBatchRequestEntry

See Also