@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletedUniqueId extends Object implements Serializable, Cloneable, StructuredPojo
The deleted unique ID.
| Constructor and Description |
|---|
DeletedUniqueId() |
| Modifier and Type | Method and Description |
|---|---|
DeletedUniqueId |
clone() |
boolean |
equals(Object obj) |
String |
getUniqueId()
The unique ID of the deleted item.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUniqueId(String uniqueId)
The unique ID of the deleted item.
|
String |
toString()
Returns a string representation of this object.
|
DeletedUniqueId |
withUniqueId(String uniqueId)
The unique ID of the deleted item.
|
public void setUniqueId(String uniqueId)
The unique ID of the deleted item.
uniqueId - The unique ID of the deleted item.public String getUniqueId()
The unique ID of the deleted item.
public DeletedUniqueId withUniqueId(String uniqueId)
The unique ID of the deleted item.
uniqueId - The unique ID of the deleted item.public String toString()
toString in class ObjectObject.toString()public DeletedUniqueId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.