@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustStoresResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTrustStoresResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustStoresResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
If there are additional results, this is the marker for the next set of results.
|
List<TrustStore> |
getTrustStores()
Information about the trust stores.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
void |
setTrustStores(Collection<TrustStore> trustStores)
Information about the trust stores.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrustStoresResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
DescribeTrustStoresResult |
withTrustStores(Collection<TrustStore> trustStores)
Information about the trust stores.
|
DescribeTrustStoresResult |
withTrustStores(TrustStore... trustStores)
Information about the trust stores.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TrustStore> getTrustStores()
Information about the trust stores.
public void setTrustStores(Collection<TrustStore> trustStores)
Information about the trust stores.
trustStores
- Information about the trust stores.public DescribeTrustStoresResult withTrustStores(TrustStore... trustStores)
Information about 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
- Information about the trust stores.public DescribeTrustStoresResult withTrustStores(Collection<TrustStore> trustStores)
Information about the trust stores.
trustStores
- Information about the trust stores.public void setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String getNextMarker()
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
public DescribeTrustStoresResult withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustStoresResult clone()