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



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

Attribute
Name and value pair of an attribute associated with the queue.

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

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

IsSetReceiptHandle()()()()
Checks if ReceiptHandle property is set

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

QueueUrl
The URL associated with the Amazon SQS queue.

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.

WithAttribute(array<Attribute>[]()[][]) Obsolete.
Sets the name and value pair of an attribute associated with the queue.

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

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

WithVisibilityTimeout(Decimal) Obsolete.
Sets the new value (in seconds) for the message's visibility timeout.

Inheritance Hierarchy
Object
SQSRequest
 ChangeMessageVisibilityRequest

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