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