Encloses a receipt handle and an entry id for each message in
ChangeMessageVisibilityBatchRequest.
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 ChangeMessageVisibilityBatchRequestEntry
Public Class ChangeMessageVisibilityBatchRequestEntry
public ref class ChangeMessageVisibilityBatchRequestEntry
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ChangeMessageVisibilityBatchRequestEntry()()()() | Initializes a new instance of the ChangeMessageVisibilityBatchRequestEntry 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
| |
| IsSetVisibilityTimeout()()()() |
Checks if VisibilityTimeout property is set
| |
| ReceiptHandle |
Gets and sets the ReceiptHandle property.
| |
| ToString()()()() | (Inherited from Object.) | |
| VisibilityTimeout |
Gets and sets the VisibilityTimeout property. The new value (in seconds) for the message's visibility timeout.
| |
| WithId(String) |
Sets the Id property
| |
| WithReceiptHandle(String) |
Sets the ReceiptHandle property
| |
| WithVisibilityTimeout(Int32) |
Sets the VisibilityTimeout property. The new value (in seconds) for the message's visibility timeout.
|