AWS SDK for .NET Documentation
DeleteMessageBatchRequestEntry Class
AmazonAmazon.SQS.ModelDeleteMessageBatchRequestEntry Did this page help you?   Yes   No    Tell us about it...
A receipt handle and an identifier for it.
Declaration Syntax
C#
public class DeleteMessageBatchRequestEntry
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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
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
Object
DeleteMessageBatchRequestEntry

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)