@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeContactResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeContactResult |
clone() |
boolean |
equals(Object obj) |
Contact |
getContact()
Information about the contact.
|
int |
hashCode() |
void |
setContact(Contact contact)
Information about the contact.
|
String |
toString()
Returns a string representation of this object.
|
DescribeContactResult |
withContact(Contact contact)
Information about the contact.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContact(Contact contact)
Information about the contact.
contact - Information about the contact.public Contact getContact()
Information about the contact.
public DescribeContactResult withContact(Contact contact)
Information about the contact.
contact - Information about the contact.public String toString()
toString in class ObjectObject.toString()public DescribeContactResult clone()