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