@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReserveContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReserveContactResult() |
Modifier and Type | Method and Description |
---|---|
ReserveContactResult |
clone() |
boolean |
equals(Object obj) |
String |
getContactId()
UUID of a contact.
|
int |
hashCode() |
void |
setContactId(String contactId)
UUID of a contact.
|
String |
toString()
Returns a string representation of this object.
|
ReserveContactResult |
withContactId(String contactId)
UUID of a contact.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContactId(String contactId)
UUID of a contact.
contactId
- UUID of a contact.public String getContactId()
UUID of a contact.
public ReserveContactResult withContactId(String contactId)
UUID of a contact.
contactId
- UUID of a contact.public String toString()
toString
in class Object
Object.toString()
public ReserveContactResult clone()