Class ListCertificatesRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.certificatemanager.model.ListCertificatesRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class ListCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListCertificatesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCertificatesRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)List<String>getCertificateStatuses()Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs.IntegergetMaxItems()Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response.StringgetNextToken()String that contains an opaque marker of the next ACM Certificate ARN to be displayed.inthashCode()voidsetCertificateStatuses(Collection<String> certificateStatuses)Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs.voidsetMaxItems(Integer maxItems)Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response.voidsetNextToken(String nextToken)String that contains an opaque marker of the next ACM Certificate ARN to be displayed.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListCertificatesRequestwithCertificateStatuses(CertificateStatus... certificateStatuses)Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs.ListCertificatesRequestwithCertificateStatuses(String... certificateStatuses)Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs.ListCertificatesRequestwithCertificateStatuses(Collection<String> certificateStatuses)Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs.ListCertificatesRequestwithMaxItems(Integer maxItems)Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response.ListCertificatesRequestwithNextToken(String nextToken)String that contains an opaque marker of the next ACM Certificate ARN to be displayed.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
getCertificateStatuses
public List<String> getCertificateStatuses()
Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:
-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
- Returns:
- Identifies the statuses of the ACM Certificates for which you
want to retrieve the ARNs. This can be one or more of the
following values:
-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
-
- See Also:
CertificateStatus
-
-
setCertificateStatuses
public void setCertificateStatuses(Collection<String> certificateStatuses)
Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:
-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
- Parameters:
certificateStatuses- Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
-
- See Also:
CertificateStatus
-
-
withCertificateStatuses
public ListCertificatesRequest withCertificateStatuses(String... certificateStatuses)
Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:
-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
NOTE: This method appends the values to the existing list (if any). Use
setCertificateStatuses(java.util.Collection)orwithCertificateStatuses(java.util.Collection)if you want to override the existing values.- Parameters:
certificateStatuses- Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CertificateStatus
-
-
withCertificateStatuses
public ListCertificatesRequest withCertificateStatuses(Collection<String> certificateStatuses)
Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:
-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
- Parameters:
certificateStatuses- Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CertificateStatus
-
-
withCertificateStatuses
public ListCertificatesRequest withCertificateStatuses(CertificateStatus... certificateStatuses)
Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:
-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
- Parameters:
certificateStatuses- Identifies the statuses of the ACM Certificates for which you want to retrieve the ARNs. This can be one or more of the following values:-
PENDING_VALIDATION -
ISSUED -
INACTIVE -
EXPIRED -
VALIDATION_TIMED_OUT -
REVOKED -
FAILED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CertificateStatus
-
-
setNextToken
public void setNextToken(String nextToken)
String that contains an opaque marker of the next ACM Certificate ARN to be displayed. Use this parameter when paginating results, and only in a subsequent request after you've received a response where the results have been truncated. Set it to an empty string the first time you call this action, and set it to the value of the
NextTokenelement you receive in the response object for subsequent calls.- Parameters:
nextToken- String that contains an opaque marker of the next ACM Certificate ARN to be displayed. Use this parameter when paginating results, and only in a subsequent request after you've received a response where the results have been truncated. Set it to an empty string the first time you call this action, and set it to the value of theNextTokenelement you receive in the response object for subsequent calls.
-
getNextToken
public String getNextToken()
String that contains an opaque marker of the next ACM Certificate ARN to be displayed. Use this parameter when paginating results, and only in a subsequent request after you've received a response where the results have been truncated. Set it to an empty string the first time you call this action, and set it to the value of the
NextTokenelement you receive in the response object for subsequent calls.- Returns:
- String that contains an opaque marker of the next ACM Certificate
ARN to be displayed. Use this parameter when paginating results,
and only in a subsequent request after you've received a response
where the results have been truncated. Set it to an empty string
the first time you call this action, and set it to the value of
the
NextTokenelement you receive in the response object for subsequent calls.
-
withNextToken
public ListCertificatesRequest withNextToken(String nextToken)
String that contains an opaque marker of the next ACM Certificate ARN to be displayed. Use this parameter when paginating results, and only in a subsequent request after you've received a response where the results have been truncated. Set it to an empty string the first time you call this action, and set it to the value of the
NextTokenelement you receive in the response object for subsequent calls.- Parameters:
nextToken- String that contains an opaque marker of the next ACM Certificate ARN to be displayed. Use this parameter when paginating results, and only in a subsequent request after you've received a response where the results have been truncated. Set it to an empty string the first time you call this action, and set it to the value of theNextTokenelement you receive in the response object for subsequent calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
public void setMaxItems(Integer maxItems)
Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response. If there are additional certificates beyond the maximum you specify, use the
NextTokenvalue in your next call to theListCertificatesaction.- Parameters:
maxItems- Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response. If there are additional certificates beyond the maximum you specify, use theNextTokenvalue in your next call to theListCertificatesaction.
-
getMaxItems
public Integer getMaxItems()
Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response. If there are additional certificates beyond the maximum you specify, use the
NextTokenvalue in your next call to theListCertificatesaction.- Returns:
- Specify this parameter when paginating results to indicate the
maximum number of ACM Certificates that you want to display for
each response. If there are additional certificates beyond the
maximum you specify, use the
NextTokenvalue in your next call to theListCertificatesaction.
-
withMaxItems
public ListCertificatesRequest withMaxItems(Integer maxItems)
Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response. If there are additional certificates beyond the maximum you specify, use the
NextTokenvalue in your next call to theListCertificatesaction.- Parameters:
maxItems- Specify this parameter when paginating results to indicate the maximum number of ACM Certificates that you want to display for each response. If there are additional certificates beyond the maximum you specify, use theNextTokenvalue in your next call to theListCertificatesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListCertificatesRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-