@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificateAuthoritiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCertificateAuthoritiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
String |
getNextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
String |
getResourceOwner()
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
void |
setNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
void |
setResourceOwner(String resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
String |
toString()
Returns a string representation of this object.
|
ListCertificateAuthoritiesRequest |
withMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
ListCertificateAuthoritiesRequest |
withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
ListCertificateAuthoritiesRequest |
withResourceOwner(ResourceOwner resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
ListCertificateAuthoritiesRequest |
withResourceOwner(String resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
Although the maximum value is 1000, the action only returns a maximum of 100 items.
maxResults - Use this parameter when paginating results to specify the maximum number of items to return in the
response on each page. If additional items exist beyond the number you specify, the NextToken
element is sent in the response. Use this NextToken value in a subsequent request to retrieve
additional items.
Although the maximum value is 1000, the action only returns a maximum of 100 items.
public Integer getMaxResults()
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
Although the maximum value is 1000, the action only returns a maximum of 100 items.
NextToken element is sent in the response. Use this NextToken value in a
subsequent request to retrieve additional items.
Although the maximum value is 1000, the action only returns a maximum of 100 items.
public ListCertificateAuthoritiesRequest withMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page. If additional items exist beyond the number you specify, the NextToken element is sent in
the response. Use this NextToken value in a subsequent request to retrieve additional items.
Although the maximum value is 1000, the action only returns a maximum of 100 items.
maxResults - Use this parameter when paginating results to specify the maximum number of items to return in the
response on each page. If additional items exist beyond the number you specify, the NextToken
element is sent in the response. Use this NextToken value in a subsequent request to retrieve
additional items.
Although the maximum value is 1000, the action only returns a maximum of 100 items.
public void setNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.public String getNextToken()
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
NextToken parameter from the response you just
received.public ListCertificateAuthoritiesRequest withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results. Set it to the value of the NextToken parameter from the response you just received.
nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with
truncated results. Set it to the value of the NextToken parameter from the response you just
received.public void setResourceOwner(String resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
resourceOwner - Use this parameter to filter the returned set of certificate authorities based on their owner. The default
is SELF.ResourceOwnerpublic String getResourceOwner()
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
ResourceOwnerpublic ListCertificateAuthoritiesRequest withResourceOwner(String resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
resourceOwner - Use this parameter to filter the returned set of certificate authorities based on their owner. The default
is SELF.ResourceOwnerpublic ListCertificateAuthoritiesRequest withResourceOwner(ResourceOwner resourceOwner)
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
resourceOwner - Use this parameter to filter the returned set of certificate authorities based on their owner. The default
is SELF.ResourceOwnerpublic String toString()
toString in class ObjectObject.toString()public ListCertificateAuthoritiesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()