@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCertificatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCertificateStatuses()
The status or statuses on which to filter the list of ACM Certificates.
|
Integer |
getMaxItems()
Use this parameter when paginating results to specify the maximum number of items to return in the response.
|
String |
getNextToken()
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results.
|
int |
hashCode() |
void |
setCertificateStatuses(Collection<String> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
void |
setMaxItems(Integer maxItems)
Use this parameter when paginating results to specify the maximum number of items to return in the response.
|
void |
setNextToken(String nextToken)
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCertificatesRequest |
withCertificateStatuses(CertificateStatus... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest |
withCertificateStatuses(Collection<String> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest |
withCertificateStatuses(String... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
|
ListCertificatesRequest |
withMaxItems(Integer maxItems)
Use this parameter when paginating results to specify the maximum number of items to return in the response.
|
ListCertificatesRequest |
withNextToken(String nextToken)
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getCertificateStatuses()
The status or statuses on which to filter the list of ACM Certificates.
CertificateStatuspublic void setCertificateStatuses(Collection<String> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
certificateStatuses - The status or statuses on which to filter the list of ACM Certificates.CertificateStatuspublic ListCertificatesRequest withCertificateStatuses(String... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateStatuses(java.util.Collection) or withCertificateStatuses(java.util.Collection)
if you want to override the existing values.
certificateStatuses - The status or statuses on which to filter the list of ACM Certificates.CertificateStatuspublic ListCertificatesRequest withCertificateStatuses(Collection<String> certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
certificateStatuses - The status or statuses on which to filter the list of ACM Certificates.CertificateStatuspublic ListCertificatesRequest withCertificateStatuses(CertificateStatus... certificateStatuses)
The status or statuses on which to filter the list of ACM Certificates.
certificateStatuses - The status or statuses on which to filter the list of ACM Certificates.CertificateStatuspublic void setNextToken(String nextToken)
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results. Set it to the value of NextToken from the response you just received.
nextToken - Use this parameter only when paginating results and only in a subsequent request after you receive a
response with truncated results. Set it to the value of NextToken from the response you just
received.public String getNextToken()
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results. Set it to the value of NextToken from the response you just received.
NextToken from the response you just
received.public ListCertificatesRequest withNextToken(String nextToken)
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results. Set it to the value of NextToken from the response you just received.
nextToken - Use this parameter only when paginating results and only in a subsequent request after you receive a
response with truncated results. Set it to the value of NextToken from the response you just
received.public void setMaxItems(Integer maxItems)
Use this parameter when paginating results to specify the maximum number of items to return in the response. If
additional items exist beyond the number you specify, the NextToken element is sent in the response.
Use this NextToken value in a subsequent request to retrieve additional items.
maxItems - Use this parameter when paginating results to specify the maximum number of items to return in the
response. If additional items exist beyond the number you specify, the NextToken element is
sent in the response. Use this NextToken value in a subsequent request to retrieve additional
items.public Integer getMaxItems()
Use this parameter when paginating results to specify the maximum number of items to return in the response. If
additional items exist beyond the number you specify, the NextToken element is sent in the response.
Use this NextToken value in a subsequent request to retrieve additional items.
NextToken element is
sent in the response. Use this NextToken value in a subsequent request to retrieve
additional items.public ListCertificatesRequest withMaxItems(Integer maxItems)
Use this parameter when paginating results to specify the maximum number of items to return in the response. If
additional items exist beyond the number you specify, the NextToken element is sent in the response.
Use this NextToken value in a subsequent request to retrieve additional items.
maxItems - Use this parameter when paginating results to specify the maximum number of items to return in the
response. If additional items exist beyond the number you specify, the NextToken element is
sent in the response. Use this NextToken value in a subsequent request to retrieve additional
items.public String toString()
toString in class ObjectObject.toString()public ListCertificatesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.