public class ListCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ListCertificates operation.
NOOP
Constructor and Description |
---|
ListCertificatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCertificatesRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPageSize(Integer pageSize)
The result page size.
pageSize
- The result page size.public Integer getPageSize()
The result page size.
public ListCertificatesRequest withPageSize(Integer pageSize)
The result page size.
pageSize
- The result page size.public void setMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public String getMarker()
The marker for the next set of results.
public ListCertificatesRequest withMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.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 Boolean getAscendingOrder()
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.
ascendingOrder
- Specifies the order for results. If True, the results are returned
in ascending order, based on the creation date.public Boolean isAscendingOrder()
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 Object
Object.toString()
public ListCertificatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.