@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactInformationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetContactInformationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetContactInformationResult |
clone() |
boolean |
equals(Object obj) |
ContactInformation |
getContactInformation()
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
int |
hashCode() |
void |
setContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
String |
toString()
Returns a string representation of this object.
|
GetContactInformationResult |
withContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
contactInformation - Contains the details of the primary contact information associated with an Amazon Web Services account.public ContactInformation getContactInformation()
Contains the details of the primary contact information associated with an Amazon Web Services account.
public GetContactInformationResult withContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
contactInformation - Contains the details of the primary contact information associated with an Amazon Web Services account.public String toString()
toString in class ObjectObject.toString()public GetContactInformationResult clone()