AWS SDK for .NET Documentation
ChangeMessageVisibilityBatchRequest Class
AmazonAmazon.SQS.ModelChangeMessageVisibilityBatchRequest Did this page help you?   Yes   No    Tell us about it...
Extends the read lock timeout of multiple messages in a queue.
Declaration Syntax
C#
public class ChangeMessageVisibilityBatchRequest : SQSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ChangeMessageVisibilityBatchRequest()()()()
Initializes a new instance of the ChangeMessageVisibilityBatchRequest class

Entries
A list of receipt handles of the messages for which the visibility timeout must be changed.

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.)
IsSetEntries()()()()
Checks if Entries property is set

IsSetQueueUrl()()()()
Checks if QueueUrl property is set

QueueUrl
The URL associated with the Amazon SQS queue.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEntries(array<ChangeMessageVisibilityBatchRequestEntry>[]()[][]) Obsolete.
Sets the list of receipt handles of the messages for which the visibility timeout must be changed.

WithQueueUrl(String) Obsolete.
Sets the URL associated with the Amazon SQS queue.

Remarks
This operation takes multiple receipt handles and extends the lock timeout for each of the them. The result of the operation on each message is reported individually in the response.
Inheritance Hierarchy
Object
SQSRequest
 ChangeMessageVisibilityBatchRequest

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