@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddressBookData extends Object implements Serializable, Cloneable, StructuredPojo
Information related to an address book.
Constructor and Description |
---|
AddressBookData() |
Modifier and Type | Method and Description |
---|---|
AddressBookData |
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.
|
AddressBookData |
withAddressBookArn(String addressBookArn)
The ARN of the address book.
|
AddressBookData |
withDescription(String description)
The description of the address book.
|
AddressBookData |
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 AddressBookData 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 AddressBookData 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 AddressBookData 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 AddressBookData 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.