@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchAddressBooksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchAddressBooksResult() |
Modifier and Type | Method and Description |
---|---|
SearchAddressBooksResult |
clone() |
boolean |
equals(Object obj) |
List<AddressBookData> |
getAddressBooks()
The address books that meet the specified set of filter criteria, in sort order.
|
String |
getNextToken()
The token returned to indicate that there is more data available.
|
Integer |
getTotalCount()
The total number of address books returned.
|
int |
hashCode() |
void |
setAddressBooks(Collection<AddressBookData> addressBooks)
The address books that meet the specified set of filter criteria, in sort order.
|
void |
setNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
void |
setTotalCount(Integer totalCount)
The total number of address books returned.
|
String |
toString()
Returns a string representation of this object.
|
SearchAddressBooksResult |
withAddressBooks(AddressBookData... addressBooks)
The address books that meet the specified set of filter criteria, in sort order.
|
SearchAddressBooksResult |
withAddressBooks(Collection<AddressBookData> addressBooks)
The address books that meet the specified set of filter criteria, in sort order.
|
SearchAddressBooksResult |
withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchAddressBooksResult |
withTotalCount(Integer totalCount)
The total number of address books returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AddressBookData> getAddressBooks()
The address books that meet the specified set of filter criteria, in sort order.
public void setAddressBooks(Collection<AddressBookData> addressBooks)
The address books that meet the specified set of filter criteria, in sort order.
addressBooks
- The address books that meet the specified set of filter criteria, in sort order.public SearchAddressBooksResult withAddressBooks(AddressBookData... addressBooks)
The address books that meet the specified set of filter criteria, in sort order.
NOTE: This method appends the values to the existing list (if any). Use
setAddressBooks(java.util.Collection)
or withAddressBooks(java.util.Collection)
if you want to
override the existing values.
addressBooks
- The address books that meet the specified set of filter criteria, in sort order.public SearchAddressBooksResult withAddressBooks(Collection<AddressBookData> addressBooks)
The address books that meet the specified set of filter criteria, in sort order.
addressBooks
- The address books that meet the specified set of filter criteria, in sort order.public void setNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken
- The token returned to indicate that there is more data available.public String getNextToken()
The token returned to indicate that there is more data available.
public SearchAddressBooksResult withNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken
- The token returned to indicate that there is more data available.public void setTotalCount(Integer totalCount)
The total number of address books returned.
totalCount
- The total number of address books returned.public Integer getTotalCount()
The total number of address books returned.
public SearchAddressBooksResult withTotalCount(Integer totalCount)
The total number of address books returned.
totalCount
- The total number of address books returned.public String toString()
toString
in class Object
Object.toString()
public SearchAddressBooksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.