@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 Object
Object.toString()
public Identifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.