@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrustStoresResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTrustStoresResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTrustStoresResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
List<TrustStoreSummary> |
getTrustStores()
The trust stores.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
void |
setTrustStores(Collection<TrustStoreSummary> trustStores)
The trust stores.
|
String |
toString()
Returns a string representation of this object.
|
ListTrustStoresResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListTrustStoresResult |
withTrustStores(Collection<TrustStoreSummary> trustStores)
The trust stores.
|
ListTrustStoresResult |
withTrustStores(TrustStoreSummary... trustStores)
The trust stores.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public ListTrustStoresResult withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public List<TrustStoreSummary> getTrustStores()
The trust stores.
public void setTrustStores(Collection<TrustStoreSummary> trustStores)
The trust stores.
trustStores - The trust stores.public ListTrustStoresResult withTrustStores(TrustStoreSummary... trustStores)
The trust stores.
NOTE: This method appends the values to the existing list (if any). Use
setTrustStores(java.util.Collection) or withTrustStores(java.util.Collection) if you want to
override the existing values.
trustStores - The trust stores.public ListTrustStoresResult withTrustStores(Collection<TrustStoreSummary> trustStores)
The trust stores.
trustStores - The trust stores.public String toString()
toString in class ObjectObject.toString()public ListTrustStoresResult clone()