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