A receipt handle and an entry id for each message.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ChangeMessageVisibilityBatchRequestEntry
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ChangeMessageVisibilityBatchRequestEntry()()()() | Initializes a new instance of the ChangeMessageVisibilityBatchRequestEntry class | 
|  | 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.) | 
|  | Id | 
            An identifier for this particular receipt handle.
            This value is used to identify the message in the result.
             | 
|  | IsSetId()()()() | 
            Checks if Id property is set
             | 
|  | IsSetReceiptHandle()()()() | 
            Checks if ReceiptHandle property is set
             | 
|  | IsSetVisibilityTimeout()()()() | 
            Checks if VisibilityTimeout property is set
             | 
|  | 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.
             | 
|  | WithId(String) | Obsolete. 
            Sets an identifier for this particular receipt handle.
             | 
|  | WithReceiptHandle(String) | Obsolete. 
            Sets the receipt handle associated with the message whose visibility timeout you want to change.
             | 
|  | WithVisibilityTimeout(Int32) | Obsolete. 
            Sets the VisibilityTimeout property. The new value (in seconds) for the message's visibility timeout.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ChangeMessageVisibilityBatchRequestEntry |