@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddressBook extends Object implements Serializable, Cloneable, StructuredPojo
An address book with attributes.
| Constructor and Description |
|---|
AddressBook() |
| Modifier and Type | Method and Description |
|---|---|
AddressBook |
clone() |
boolean |
equals(Object obj) |
String |
getAddressBookArn()
The ARN of the address book.
|
String |
getDescription()
The description of the address book.
|
String |
getName()
The name of the address book.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAddressBookArn(String addressBookArn)
The ARN of the address book.
|
void |
setDescription(String description)
The description of the address book.
|
void |
setName(String name)
The name of the address book.
|
String |
toString()
Returns a string representation of this object.
|
AddressBook |
withAddressBookArn(String addressBookArn)
The ARN of the address book.
|
AddressBook |
withDescription(String description)
The description of the address book.
|
AddressBook |
withName(String name)
The name of the address book.
|
public void setAddressBookArn(String addressBookArn)
The ARN of the address book.
addressBookArn - The ARN of the address book.public String getAddressBookArn()
The ARN of the address book.
public AddressBook withAddressBookArn(String addressBookArn)
The ARN of the address book.
addressBookArn - The ARN of the address book.public void setName(String name)
The name of the address book.
name - The name of the address book.public String getName()
The name of the address book.
public AddressBook withName(String name)
The name of the address book.
name - The name of the address book.public void setDescription(String description)
The description of the address book.
description - The description of the address book.public String getDescription()
The description of the address book.
public AddressBook withDescription(String description)
The description of the address book.
description - The description of the address book.public String toString()
toString in class ObjectObject.toString()public AddressBook clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.