@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustStoreAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTrustStoreAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustStoreAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
If there are additional results, this is the marker for the next set of results.
|
List<TrustStoreAssociation> |
getTrustStoreAssociations()
Information about the resources the trust store is associated to.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
void |
setTrustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations)
Information about the resources the trust store is associated to.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrustStoreAssociationsResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
DescribeTrustStoreAssociationsResult |
withTrustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations)
Information about the resources the trust store is associated to.
|
DescribeTrustStoreAssociationsResult |
withTrustStoreAssociations(TrustStoreAssociation... trustStoreAssociations)
Information about the resources the trust store is associated to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeTrustStoreAssociationsResult()
public List<TrustStoreAssociation> getTrustStoreAssociations()
Information about the resources the trust store is associated to.
public void setTrustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations)
Information about the resources the trust store is associated to.
trustStoreAssociations
- Information about the resources the trust store is associated to.public DescribeTrustStoreAssociationsResult withTrustStoreAssociations(TrustStoreAssociation... trustStoreAssociations)
Information about the resources the trust store is associated to.
NOTE: This method appends the values to the existing list (if any). Use
setTrustStoreAssociations(java.util.Collection)
or
withTrustStoreAssociations(java.util.Collection)
if you want to override the existing values.
trustStoreAssociations
- Information about the resources the trust store is associated to.public DescribeTrustStoreAssociationsResult withTrustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations)
Information about the resources the trust store is associated to.
trustStoreAssociations
- Information about the resources the trust store is associated to.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 DescribeTrustStoreAssociationsResult 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 DescribeTrustStoreAssociationsResult clone()