@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeMessageVisibilityBatchResultEntry extends Object implements Serializable, Cloneable
Encloses the Id
of an entry in ChangeMessageVisibilityBatch.
Constructor and Description |
---|
ChangeMessageVisibilityBatchResultEntry() |
Modifier and Type | Method and Description |
---|---|
ChangeMessageVisibilityBatchResultEntry |
clone() |
boolean |
equals(Object obj) |
String |
getId()
Represents a message whose visibility timeout has been changed successfully.
|
int |
hashCode() |
void |
setId(String id)
Represents a message whose visibility timeout has been changed successfully.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ChangeMessageVisibilityBatchResultEntry |
withId(String id)
Represents a message whose visibility timeout has been changed successfully.
|
public ChangeMessageVisibilityBatchResultEntry()
public void setId(String id)
Represents a message whose visibility timeout has been changed successfully.
id
- Represents a message whose visibility timeout has been changed successfully.public String getId()
Represents a message whose visibility timeout has been changed successfully.
public ChangeMessageVisibilityBatchResultEntry withId(String id)
Represents a message whose visibility timeout has been changed successfully.
id
- Represents a message whose visibility timeout has been changed successfully.public String toString()
toString
in class Object
Object.toString()
public ChangeMessageVisibilityBatchResultEntry clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.