@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()
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.
|
String |
getSortBy()
Specifies the field to sort results by.
|
String |
getSortOrder()
Specifies the order of sorted 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.
|
void |
setSortBy(String sortBy)
Specifies the field to sort results by.
|
void |
setSortOrder(String sortOrder)
Specifies the order of sorted results.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
ListCertificatesRequest |
withSortBy(SortBy sortBy)
Specifies the field to sort results by.
|
ListCertificatesRequest |
withSortBy(String sortBy)
Specifies the field to sort results by.
|
ListCertificatesRequest |
withSortOrder(SortOrder sortOrder)
Specifies the order of sorted results.
|
ListCertificatesRequest |
withSortOrder(String sortOrder)
Specifies the order of sorted 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, withSdkRequestTimeout
public List<String> getCertificateStatuses()
Filter the certificate list by status value.
CertificateStatus
public void setCertificateStatuses(Collection<String> certificateStatuses)
Filter the certificate list by status value.
certificateStatuses
- Filter the certificate list by status value.CertificateStatus
public 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.CertificateStatus
public ListCertificatesRequest withCertificateStatuses(Collection<String> certificateStatuses)
Filter the certificate list by status value.
certificateStatuses
- Filter the certificate list by status value.CertificateStatus
public ListCertificatesRequest withCertificateStatuses(CertificateStatus... certificateStatuses)
Filter the certificate list by status value.
certificateStatuses
- Filter the certificate list by status value.CertificateStatus
public 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 void setSortBy(String sortBy)
Specifies the field to sort results by. If you specify SortBy
, you must also specify
SortOrder
.
sortBy
- Specifies the field to sort results by. If you specify SortBy
, you must also specify
SortOrder
.SortBy
public String getSortBy()
Specifies the field to sort results by. If you specify SortBy
, you must also specify
SortOrder
.
SortBy
, you must also specify
SortOrder
.SortBy
public ListCertificatesRequest withSortBy(String sortBy)
Specifies the field to sort results by. If you specify SortBy
, you must also specify
SortOrder
.
sortBy
- Specifies the field to sort results by. If you specify SortBy
, you must also specify
SortOrder
.SortBy
public ListCertificatesRequest withSortBy(SortBy sortBy)
Specifies the field to sort results by. If you specify SortBy
, you must also specify
SortOrder
.
sortBy
- Specifies the field to sort results by. If you specify SortBy
, you must also specify
SortOrder
.SortBy
public void setSortOrder(String sortOrder)
Specifies the order of sorted results. If you specify SortOrder
, you must also specify
SortBy
.
sortOrder
- Specifies the order of sorted results. If you specify SortOrder
, you must also specify
SortBy
.SortOrder
public String getSortOrder()
Specifies the order of sorted results. If you specify SortOrder
, you must also specify
SortBy
.
SortOrder
, you must also specify
SortBy
.SortOrder
public ListCertificatesRequest withSortOrder(String sortOrder)
Specifies the order of sorted results. If you specify SortOrder
, you must also specify
SortBy
.
sortOrder
- Specifies the order of sorted results. If you specify SortOrder
, you must also specify
SortBy
.SortOrder
public ListCertificatesRequest withSortOrder(SortOrder sortOrder)
Specifies the order of sorted results. If you specify SortOrder
, you must also specify
SortBy
.
sortOrder
- Specifies the order of sorted results. If you specify SortOrder
, you must also specify
SortBy
.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListCertificatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()