public class DescribeContactResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeContactResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Contact |
getContact()
Information about the contact.
|
int |
hashCode() |
void |
setContact(Contact contact)
Information about the contact.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeContactResult |
withContact(Contact contact)
Information about the contact.
|
public Contact getContact()
Information about the contact.
Information about the contact.
public void setContact(Contact contact)
Information about the contact.
contact - Information about the contact.
public DescribeContactResult withContact(Contact contact)
Information about the contact.
Returns a reference to this object so that method calls can be chained together.
contact - Information about the contact.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object