@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AddressBook clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.