Class ListCertificatesByCARequest
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
The input to the ListCertificatesByCA operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanSpecifies the order for results.The ID of the CA certificate.The marker for the next set of results.The result page size.inthashCode()Specifies the order for results.voidsetAscendingOrder(Boolean ascendingOrder) Specifies the order for results.voidsetCaCertificateId(String caCertificateId) The ID of the CA certificate.voidThe marker for the next set of results.voidsetPageSize(Integer pageSize) The result page size.toString()Returns a string representation of this object; useful for testing and debugging.withAscendingOrder(Boolean ascendingOrder) Specifies the order for results.withCaCertificateId(String caCertificateId) The ID of the CA certificate.withMarker(String marker) The marker for the next set of results.withPageSize(Integer pageSize) The result page size.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
ListCertificatesByCARequest
public ListCertificatesByCARequest()
-
-
Method Details
-
setCaCertificateId
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
- Parameters:
caCertificateId- The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
-
getCaCertificateId
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
- Returns:
- The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
-
withCaCertificateId
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
- Parameters:
caCertificateId- The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPageSize
The result page size.
- Parameters:
pageSize- The result page size.
-
getPageSize
The result page size.
- Returns:
- The result page size.
-
withPageSize
The result page size.
- Parameters:
pageSize- The result page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
The marker for the next set of results.
- Parameters:
marker- The marker for the next set of results.
-
getMarker
The marker for the next set of results.
- Returns:
- The marker for the next set of results.
-
withMarker
The marker for the next set of results.
- Parameters:
marker- The marker for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAscendingOrder
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
- Parameters:
ascendingOrder- Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
-
getAscendingOrder
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
- Returns:
- Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
-
withAscendingOrder
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
- Parameters:
ascendingOrder- Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAscendingOrder
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
- Returns:
- Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-