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