@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMessageBatchResultEntry extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
Represents a successfully deleted message.
|
String |
toString()
Returns a string representation of this object.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.