This is a batch version of ChangeMessageVisibility. It takes
multiple receipt handles and performs the operation on each of the them. The
result of the operation on each message is reported individually in the
response.
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 ChangeMessageVisibilityBatchRequest
Public Class ChangeMessageVisibilityBatchRequest
public ref class ChangeMessageVisibilityBatchRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ChangeMessageVisibilityBatchRequest()()()() | Initializes a new instance of the ChangeMessageVisibilityBatchRequest class | |
| Entries |
Gets and sets the Entries property. A list of receipt handles of the messages for which the visibility timeout
must be changed.
| |
| 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.) | |
| IsSetEntries()()()() |
Checks if Entries property is set
| |
| IsSetQueueUrl()()()() |
Checks if QueueUrl property is set
| |
| QueueUrl |
Gets and sets the QueueUrl property.
The URL associated with the Amazon SQS queue.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithEntries(array<ChangeMessageVisibilityBatchRequestEntry>[]()[][]) |
Sets the Entries property
| |
| WithQueueUrl(String) |
Sets the QueueUrl property
|