@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetContactResult() |
Modifier and Type | Method and Description |
---|---|
GetContactResult |
clone() |
boolean |
equals(Object obj) |
Contact |
getContact()
The details of the requested contact.
|
int |
hashCode() |
void |
setContact(Contact contact)
The details of the requested contact.
|
String |
toString()
Returns a string representation of this object.
|
GetContactResult |
withContact(Contact contact)
The details of the requested contact.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContact(Contact contact)
The details of the requested contact.
contact
- The details of the requested contact.public Contact getContact()
The details of the requested contact.
public GetContactResult withContact(Contact contact)
The details of the requested contact.
contact
- The details of the requested contact.public String toString()
toString
in class Object
Object.toString()
public GetContactResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.