@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificateProvidersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCertificateProvidersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCertificateProvidersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAscendingOrder()
Returns the list of certificate providers in ascending alphabetical order.
|
String |
getNextToken()
The token for the next set of results, or
null if there are no more results. |
int |
hashCode() |
Boolean |
isAscendingOrder()
Returns the list of certificate providers in ascending alphabetical order.
|
void |
setAscendingOrder(Boolean ascendingOrder)
Returns the list of certificate providers in ascending alphabetical order.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or
null if there are no more results. |
String |
toString()
Returns a string representation of this object.
|
ListCertificateProvidersRequest |
withAscendingOrder(Boolean ascendingOrder)
Returns the list of certificate providers in ascending alphabetical order.
|
ListCertificateProvidersRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null if there are no more results. |
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 setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
null if there are no more results.public ListCertificateProvidersRequest withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public void setAscendingOrder(Boolean ascendingOrder)
Returns the list of certificate providers in ascending alphabetical order.
ascendingOrder - Returns the list of certificate providers in ascending alphabetical order.public Boolean getAscendingOrder()
Returns the list of certificate providers in ascending alphabetical order.
public ListCertificateProvidersRequest withAscendingOrder(Boolean ascendingOrder)
Returns the list of certificate providers in ascending alphabetical order.
ascendingOrder - Returns the list of certificate providers in ascending alphabetical order.public Boolean isAscendingOrder()
Returns the list of certificate providers in ascending alphabetical order.
public String toString()
toString in class ObjectObject.toString()public ListCertificateProvidersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()