@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomalyDetectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAnomalyDetectorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyDetectorsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
If the result of the previous request was truncated, the response includes a
NextToken. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
String |
toString()
Returns a string representation of this object.
|
ListAnomalyDetectorsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyDetectorsRequest |
withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
addHandlerContext, copyBaseTo, 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)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListAnomalyDetectorsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public void setNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a NextToken. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken - If the result of the previous request was truncated, the response includes a NextToken. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public String getNextToken()
If the result of the previous request was truncated, the response includes a NextToken. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
NextToken. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public ListAnomalyDetectorsRequest withNextToken(String nextToken)
If the result of the previous request was truncated, the response includes a NextToken. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken - If the result of the previous request was truncated, the response includes a NextToken. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public String toString()
toString in class ObjectObject.toString()public ListAnomalyDetectorsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.