AWS SDK for .NET Documentation
ChangeMessageVisibilityBatchRequestEntry Class
AmazonAmazon.SQS.ModelChangeMessageVisibilityBatchRequestEntry Did this page help you?   Yes   No    Tell us about it...
A receipt handle and an entry id for each message.
Declaration Syntax
C#
public class ChangeMessageVisibilityBatchRequestEntry
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ChangeMessageVisibilityBatchRequestEntry()()()()
Initializes a new instance of the ChangeMessageVisibilityBatchRequestEntry 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

IsSetVisibilityTimeout()()()()
Checks if VisibilityTimeout property is set

ReceiptHandle
The receipt handle associated with the message whose visibility timeout you want to change.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VisibilityTimeout
The new value (in seconds) for the message's visibility timeout.

WithId(String) Obsolete.
Sets an identifier for this particular receipt handle.

WithReceiptHandle(String) Obsolete.
Sets the receipt handle associated with the message whose visibility timeout you want to change.

WithVisibilityTimeout(Int32) Obsolete.
Sets the VisibilityTimeout property. The new value (in seconds) for the message's visibility timeout.

Inheritance Hierarchy
Object
ChangeMessageVisibilityBatchRequestEntry

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