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

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public ChangeMessageVisibilityRequest WithReceiptHandle( string receiptHandle )

- receiptHandle (String)
- The receipt handle associated with the message whose visibility timeout you want to change. This parameter is returned by the ReceiveMessage action.

this instance