public class ListCertificatesRequest extends AmazonWebServiceRequest implements Serializable
Lists the certificates registered in your AWS account.
The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.
| Constructor and Description |
|---|
ListCertificatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAscendingOrder()
Specifies the order for results.
|
String |
getMarker()
The marker for the next set of results.
|
Integer |
getPageSize()
The result page size.
|
int |
hashCode() |
Boolean |
isAscendingOrder()
Specifies the order for results.
|
void |
setAscendingOrder(Boolean ascendingOrder)
Specifies the order for results.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setPageSize(Integer pageSize)
The result page size.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCertificatesRequest |
withAscendingOrder(Boolean ascendingOrder)
Specifies the order for results.
|
ListCertificatesRequest |
withMarker(String marker)
The marker for the next set of results.
|
ListCertificatesRequest |
withPageSize(Integer pageSize)
The result page size.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic Integer getPageSize()
The result page size.
Constraints:
Range: 1 - 250
The result page size.
public void setPageSize(Integer pageSize)
The result page size.
Constraints:
Range: 1 - 250
pageSize - The result page size.
public ListCertificatesRequest withPageSize(Integer pageSize)
The result page size.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
pageSize - The result page size.
public String getMarker()
The marker for the next set of results.
The marker for the next set of results.
public void setMarker(String marker)
The marker for the next set of results.
marker - The marker for the next set of results.
public ListCertificatesRequest withMarker(String marker)
The marker for the next set of results.
Returns a reference to this object so that method calls can be chained together.
marker - The marker for the next set of results.
public Boolean isAscendingOrder()
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public Boolean getAscendingOrder()
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public void setAscendingOrder(Boolean ascendingOrder)
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
ascendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public ListCertificatesRequest withAscendingOrder(Boolean ascendingOrder)
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
Returns a reference to this object so that method calls can be chained together.
ascendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.