@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateContactResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.