@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificatesByCARequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input to the ListCertificatesByCA operation.
NOOP
Constructor and Description |
---|
ListCertificatesByCARequest() |
Modifier and Type | Method and Description |
---|---|
ListCertificatesByCARequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAscendingOrder()
Specifies the order for results.
|
String |
getCaCertificateId()
The ID of the CA certificate.
|
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 |
setCaCertificateId(String caCertificateId)
The ID of the CA certificate.
|
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.
|
ListCertificatesByCARequest |
withAscendingOrder(Boolean ascendingOrder)
Specifies the order for results.
|
ListCertificatesByCARequest |
withCaCertificateId(String caCertificateId)
The ID of the CA certificate.
|
ListCertificatesByCARequest |
withMarker(String marker)
The marker for the next set of results.
|
ListCertificatesByCARequest |
withPageSize(Integer pageSize)
The result page size.
|
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 void setCaCertificateId(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 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(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(Integer pageSize)
The result page size.
pageSize
- The result page size.public Integer getPageSize()
The result page size.
public ListCertificatesByCARequest 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 ListCertificatesByCARequest 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 ListCertificatesByCARequest 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 ListCertificatesByCARequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.