@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListConfigsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of
Configs returned. |
String |
getNextToken()
Next token returned in the request of a previous
ListConfigs call. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of
Configs returned. |
void |
setNextToken(String nextToken)
Next token returned in the request of a previous
ListConfigs call. |
String |
toString()
Returns a string representation of this object.
|
ListConfigsRequest |
withMaxResults(Integer maxResults)
Maximum number of
Configs returned. |
ListConfigsRequest |
withNextToken(String nextToken)
Next token returned in the request of a previous
ListConfigs call. |
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)
Maximum number of Configs returned.
maxResults - Maximum number of Configs returned.public Integer getMaxResults()
Maximum number of Configs returned.
Configs returned.public ListConfigsRequest withMaxResults(Integer maxResults)
Maximum number of Configs returned.
maxResults - Maximum number of Configs returned.public void setNextToken(String nextToken)
Next token returned in the request of a previous ListConfigs call. Used to get the next page of
results.
nextToken - Next token returned in the request of a previous ListConfigs call. Used to get the next page
of results.public String getNextToken()
Next token returned in the request of a previous ListConfigs call. Used to get the next page of
results.
ListConfigs call. Used to get the next page
of results.public ListConfigsRequest withNextToken(String nextToken)
Next token returned in the request of a previous ListConfigs call. Used to get the next page of
results.
nextToken - Next token returned in the request of a previous ListConfigs call. Used to get the next page
of results.public String toString()
toString in class ObjectObject.toString()public ListConfigsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()