@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrustStoreCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTrustStoreCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTrustStoreCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<CertificateSummary> |
getCertificateList()
The certificate list.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.>
|
String |
getTrustStoreArn()
The ARN of the trust store.
|
int |
hashCode() |
void |
setCertificateList(Collection<CertificateSummary> certificateList)
The certificate list.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.>
|
void |
setTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
String |
toString()
Returns a string representation of this object.
|
ListTrustStoreCertificatesResult |
withCertificateList(CertificateSummary... certificateList)
The certificate list.
|
ListTrustStoreCertificatesResult |
withCertificateList(Collection<CertificateSummary> certificateList)
The certificate list.
|
ListTrustStoreCertificatesResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.>
|
ListTrustStoreCertificatesResult |
withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CertificateSummary> getCertificateList()
The certificate list.
public void setCertificateList(Collection<CertificateSummary> certificateList)
The certificate list.
certificateList - The certificate list.public ListTrustStoreCertificatesResult withCertificateList(CertificateSummary... certificateList)
The certificate list.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateList(java.util.Collection) or withCertificateList(java.util.Collection) if you
want to override the existing values.
certificateList - The certificate list.public ListTrustStoreCertificatesResult withCertificateList(Collection<CertificateSummary> certificateList)
The certificate list.
certificateList - The certificate list.public 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 ListTrustStoreCertificatesResult 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 void setTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn - The ARN of the trust store.public String getTrustStoreArn()
The ARN of the trust store.
public ListTrustStoreCertificatesResult withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn - The ARN of the trust store.public String toString()
toString in class ObjectObject.toString()public ListTrustStoreCertificatesResult clone()