

# ChangeMessageVisibilityBatchRequestEntry
<a name="API_ChangeMessageVisibilityBatchRequestEntry"></a>

Encloses a receipt handle and an entry ID for each message in ` ChangeMessageVisibilityBatch.` 

## Contents
<a name="API_ChangeMessageVisibilityBatchRequestEntry_Contents"></a>

 ** Id **   <a name="SQS-Type-ChangeMessageVisibilityBatchRequestEntry-Id"></a>
An identifier for this particular receipt handle used to communicate the result.  
The `Id`s of a batch request need to be unique within a request.  
This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (\$1).
Type: String  
Required: Yes

 ** ReceiptHandle **   <a name="SQS-Type-ChangeMessageVisibilityBatchRequestEntry-ReceiptHandle"></a>
A receipt handle.  
Type: String  
Required: Yes

 ** VisibilityTimeout **   <a name="SQS-Type-ChangeMessageVisibilityBatchRequestEntry-VisibilityTimeout"></a>
The new value (in seconds) for the message's visibility timeout.  
Type: Integer  
Required: No

## See Also
<a name="API_ChangeMessageVisibilityBatchRequestEntry_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sqs-2012-11-05/ChangeMessageVisibilityBatchRequestEntry) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sqs-2012-11-05/ChangeMessageVisibilityBatchRequestEntry) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sqs-2012-11-05/ChangeMessageVisibilityBatchRequestEntry) 