public class ListCertificatesByCARequest extends AmazonWebServiceRequest implements java.io.Serializable
List the device certificates signed by the specified CA certificate.
Constructor and Description |
---|
ListCertificatesByCARequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
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.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
caCertificateId
- 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
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.Integer getPageSize()
The result page size.
Constraints:
Range: 1 - 250
The result page size.
public void setPageSize(java.lang.Integer pageSize)
The result page size.
Constraints:
Range: 1 - 250
pageSize
- The result page size.
public ListCertificatesByCARequest withPageSize(java.lang.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 java.lang.String getMarker()
The marker for the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
The marker for the next set of results.
public void setMarker(java.lang.String marker)
The marker for the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
marker
- The marker for the next set of results.
public ListCertificatesByCARequest withMarker(java.lang.String marker)
The marker for the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
marker
- The marker for the next set of results.
public java.lang.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 java.lang.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(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 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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.