@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCertificatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResult |
clone() |
boolean |
equals(Object obj) |
List<CertificateSummary> |
getCertificateSummaryList()
A list of ACM Certificates.
|
String |
getNextToken()
When the list is truncated, this value is present and contains the value to use for the
NextToken
parameter in a subsequent pagination request. |
int |
hashCode() |
void |
setCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM Certificates.
|
void |
setNextToken(String nextToken)
When the list is truncated, this value is present and contains the value to use for the
NextToken
parameter in a subsequent pagination request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCertificatesResult |
withCertificateSummaryList(CertificateSummary... certificateSummaryList)
A list of ACM Certificates.
|
ListCertificatesResult |
withCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM Certificates.
|
ListCertificatesResult |
withNextToken(String nextToken)
When the list is truncated, this value is present and contains the value to use for the
NextToken
parameter in a subsequent pagination request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
When the list is truncated, this value is present and contains the value to use for the NextToken
parameter in a subsequent pagination request.
nextToken - When the list is truncated, this value is present and contains the value to use for the
NextToken parameter in a subsequent pagination request.public String getNextToken()
When the list is truncated, this value is present and contains the value to use for the NextToken
parameter in a subsequent pagination request.
NextToken parameter in a subsequent pagination request.public ListCertificatesResult withNextToken(String nextToken)
When the list is truncated, this value is present and contains the value to use for the NextToken
parameter in a subsequent pagination request.
nextToken - When the list is truncated, this value is present and contains the value to use for the
NextToken parameter in a subsequent pagination request.public List<CertificateSummary> getCertificateSummaryList()
A list of ACM Certificates.
public void setCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM Certificates.
certificateSummaryList - A list of ACM Certificates.public ListCertificatesResult withCertificateSummaryList(CertificateSummary... certificateSummaryList)
A list of ACM Certificates.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateSummaryList(java.util.Collection) or
withCertificateSummaryList(java.util.Collection) if you want to override the existing values.
certificateSummaryList - A list of ACM Certificates.public ListCertificatesResult withCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM Certificates.
certificateSummaryList - A list of ACM Certificates.public String toString()
toString in class ObjectObject.toString()public ListCertificatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.