public class ChangeMessageVisibilityBatchResultEntry
extends java.lang.Object
implements java.io.Serializable
Encloses the id of an entry in ChangeMessageVisibilityBatch.
| Constructor and Description |
|---|
ChangeMessageVisibilityBatchResultEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
Represents a message whose visibility timeout has been changed
successfully.
|
int |
hashCode() |
void |
setId(java.lang.String id)
Represents a message whose visibility timeout has been changed
successfully.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChangeMessageVisibilityBatchResultEntry |
withId(java.lang.String id)
Represents a message whose visibility timeout has been changed
successfully.
|
public ChangeMessageVisibilityBatchResultEntry()
public java.lang.String getId()
Represents a message whose visibility timeout has been changed successfully.
Represents a message whose visibility timeout has been changed successfully.
public void setId(java.lang.String id)
Represents a message whose visibility timeout has been changed successfully.
id - Represents a message whose visibility timeout has been changed successfully.
public ChangeMessageVisibilityBatchResultEntry withId(java.lang.String id)
Represents a message whose visibility timeout has been changed successfully.
Returns a reference to this object so that method calls can be chained together.
id - Represents a message whose visibility timeout has been changed successfully.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.