@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() |
boolean |
equals(Object obj) |
List<String> |
getCertificateStatuses()
Filter the certificate list by status value.
|
Filters |
getIncludes()
Filter the certificate list.
|
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)
Filter the certificate list by status value.
|
void |
setIncludes(Filters includes)
Filter the certificate list.
|
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)
Filter the certificate list by status value.
|
ListCertificatesRequest |
withCertificateStatuses(Collection<String> certificateStatuses)
Filter the certificate list by status value.
|
ListCertificatesRequest |
withCertificateStatuses(String... certificateStatuses)
Filter the certificate list by status value.
|
ListCertificatesRequest |
withIncludes(Filters includes)
Filter the certificate list.
|
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, copyBaseTo, 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()
Filter the certificate list by status value.
CertificateStatuspublic void setCertificateStatuses(Collection<String> certificateStatuses)
Filter the certificate list by status value.
certificateStatuses - Filter the certificate list by status value.CertificateStatuspublic ListCertificatesRequest withCertificateStatuses(String... certificateStatuses)
Filter the certificate list by status value.
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 - Filter the certificate list by status value.CertificateStatuspublic ListCertificatesRequest withCertificateStatuses(Collection<String> certificateStatuses)
Filter the certificate list by status value.
certificateStatuses - Filter the certificate list by status value.CertificateStatuspublic ListCertificatesRequest withCertificateStatuses(CertificateStatus... certificateStatuses)
Filter the certificate list by status value.
certificateStatuses - Filter the certificate list by status value.CertificateStatuspublic void setIncludes(Filters includes)
Filter the certificate list. For more information, see the Filters structure.
includes - Filter the certificate list. For more information, see the Filters structure.public Filters getIncludes()
Filter the certificate list. For more information, see the Filters structure.
public ListCertificatesRequest withIncludes(Filters includes)
Filter the certificate list. For more information, see the Filters structure.
includes - Filter the certificate list. For more information, see the Filters structure.public 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()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.