public class ListCACertificatesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the CA certificates registered for your AWS account.
The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.
Constructor and Description |
---|
ListCACertificatesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAscendingOrder()
Determines the order of the results.
|
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()
Determines the order of the results.
|
void |
setAscendingOrder(java.lang.Boolean ascendingOrder)
Determines the order of the results.
|
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.
|
ListCACertificatesRequest |
withAscendingOrder(java.lang.Boolean ascendingOrder)
Determines the order of the results.
|
ListCACertificatesRequest |
withMarker(java.lang.String marker)
The marker for the next set of results.
|
ListCACertificatesRequest |
withPageSize(java.lang.Integer pageSize)
The result page size.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 ListCACertificatesRequest 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 ListCACertificatesRequest 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()
Determines the order of the results.
Determines the order of the results.
public java.lang.Boolean getAscendingOrder()
Determines the order of the results.
Determines the order of the results.
public void setAscendingOrder(java.lang.Boolean ascendingOrder)
Determines the order of the results.
ascendingOrder
- Determines the order of the results.
public ListCACertificatesRequest withAscendingOrder(java.lang.Boolean ascendingOrder)
Determines the order of the results.
Returns a reference to this object so that method calls can be chained together.
ascendingOrder
- Determines the order of the results.
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.