@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAddressBookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAddressBookResult() |
Modifier and Type | Method and Description |
---|---|
GetAddressBookResult |
clone() |
boolean |
equals(Object obj) |
AddressBook |
getAddressBook()
The details of the requested address book.
|
int |
hashCode() |
void |
setAddressBook(AddressBook addressBook)
The details of the requested address book.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAddressBookResult |
withAddressBook(AddressBook addressBook)
The details of the requested address book.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAddressBook(AddressBook addressBook)
The details of the requested address book.
addressBook
- The details of the requested address book.public AddressBook getAddressBook()
The details of the requested address book.
public GetAddressBookResult withAddressBook(AddressBook addressBook)
The details of the requested address book.
addressBook
- The details of the requested address book.public String toString()
toString
in class Object
Object.toString()
public GetAddressBookResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.