public class ListOutgoingCertificatesRequest extends AmazonWebServiceRequest implements Serializable
Lists certificates that are being transfered but not yet accepted.
| Constructor and Description |
|---|
ListOutgoingCertificatesRequest() |
| 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.
|
ListOutgoingCertificatesRequest |
withAscendingOrder(Boolean ascendingOrder)
Specifies the order for results.
|
ListOutgoingCertificatesRequest |
withMarker(String marker)
The marker for the next set of results.
|
ListOutgoingCertificatesRequest |
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 ListOutgoingCertificatesRequest 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 ListOutgoingCertificatesRequest 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 ListOutgoingCertificatesRequest 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.