@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateContactResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateContactResult |
clone() |
boolean |
equals(Object obj) |
String |
getContactArn()
The ARN of the newly created address book.
|
int |
hashCode() |
void |
setContactArn(String contactArn)
The ARN of the newly created address book.
|
String |
toString()
Returns a string representation of this object.
|
CreateContactResult |
withContactArn(String contactArn)
The ARN of the newly created address book.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContactArn(String contactArn)
The ARN of the newly created address book.
contactArn - The ARN of the newly created address book.public String getContactArn()
The ARN of the newly created address book.
public CreateContactResult withContactArn(String contactArn)
The ARN of the newly created address book.
contactArn - The ARN of the newly created address book.public String toString()
toString in class ObjectObject.toString()public CreateContactResult clone()
Copyright © 2020. All rights reserved.