public class ListCertificatesByCARequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input to the ListCertificatesByCA operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
ascendingOrder
Specifies the order for results.
|
private java.lang.String |
caCertificateId
The ID of the CA certificate.
|
private java.lang.String |
marker
The marker for the next set of results.
|
private java.lang.Integer |
pageSize
The result page size.
|
NOOP
Constructor and Description |
---|
ListCertificatesByCARequest() |
Modifier and Type | Method and Description |
---|---|
ListCertificatesByCARequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAscendingOrder()
Specifies the order for results.
|
java.lang.String |
getCaCertificateId()
The ID of the CA certificate.
|
java.lang.String |
getMarker()
The marker for the next set of results.
|
java.lang.Integer |
getPageSize()
The result page size.
|
int |
hashCode() |
java.lang.Boolean |
isAscendingOrder()
Specifies the order for results.
|
void |
setAscendingOrder(java.lang.Boolean ascendingOrder)
Specifies the order for results.
|
void |
setCaCertificateId(java.lang.String caCertificateId)
The ID of the CA certificate.
|
void |
setMarker(java.lang.String marker)
The marker for the next set of results.
|
void |
setPageSize(java.lang.Integer pageSize)
The result page size.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCertificatesByCARequest |
withAscendingOrder(java.lang.Boolean ascendingOrder)
Specifies the order for results.
|
ListCertificatesByCARequest |
withCaCertificateId(java.lang.String caCertificateId)
The ID of the CA certificate.
|
ListCertificatesByCARequest |
withMarker(java.lang.String marker)
The marker for the next set of results.
|
ListCertificatesByCARequest |
withPageSize(java.lang.Integer pageSize)
The result page size.
|
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
private java.lang.String caCertificateId
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
private java.lang.Integer pageSize
The result page size.
private java.lang.String marker
The marker for the next set of results.
private java.lang.Boolean ascendingOrder
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public void setCaCertificateId(java.lang.String caCertificateId)
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
caCertificateId
- The ID of the CA certificate. This operation will list all
registered device certificate that were signed by this CA
certificate.public java.lang.String getCaCertificateId()
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
public ListCertificatesByCARequest withCaCertificateId(java.lang.String caCertificateId)
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
caCertificateId
- The ID of the CA certificate. This operation will list all
registered device certificate that were signed by this CA
certificate.public void setPageSize(java.lang.Integer pageSize)
The result page size.
pageSize
- The result page size.public java.lang.Integer getPageSize()
The result page size.
public ListCertificatesByCARequest withPageSize(java.lang.Integer pageSize)
The result page size.
pageSize
- The result page size.public void setMarker(java.lang.String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public java.lang.String getMarker()
The marker for the next set of results.
public ListCertificatesByCARequest withMarker(java.lang.String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public void setAscendingOrder(java.lang.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 java.lang.Boolean getAscendingOrder()
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public ListCertificatesByCARequest withAscendingOrder(java.lang.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 java.lang.Boolean isAscendingOrder()
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListCertificatesByCARequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()