@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomaliesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAnomaliesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnomaliesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getNextToken() |
String |
getSuppressionState()
You can specify this parameter if you want to the operation to return only anomalies that are currently either
suppressed or unsuppressed.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setNextToken(String nextToken) |
void |
setSuppressionState(String suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either
suppressed or unsuppressed.
|
String |
toString()
Returns a string representation of this object.
|
ListAnomaliesRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
|
ListAnomaliesRequest |
withLimit(Integer limit)
The maximum number of items to return.
|
ListAnomaliesRequest |
withNextToken(String nextToken) |
ListAnomaliesRequest |
withSuppressionState(String suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either
suppressed or unsuppressed.
|
ListAnomaliesRequest |
withSuppressionState(SuppressionState suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either
suppressed or unsuppressed.
|
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 setAnomalyDetectorArn(String anomalyDetectorArn)
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
anomalyDetectorArn - Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.public String getAnomalyDetectorArn()
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
public ListAnomaliesRequest withAnomalyDetectorArn(String anomalyDetectorArn)
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
anomalyDetectorArn - Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.public void setSuppressionState(String suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
suppressionState - You can specify this parameter if you want to the operation to return only anomalies that are currently
either suppressed or unsuppressed.SuppressionStatepublic String getSuppressionState()
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
SuppressionStatepublic ListAnomaliesRequest withSuppressionState(String suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
suppressionState - You can specify this parameter if you want to the operation to return only anomalies that are currently
either suppressed or unsuppressed.SuppressionStatepublic ListAnomaliesRequest withSuppressionState(SuppressionState suppressionState)
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
suppressionState - You can specify this parameter if you want to the operation to return only anomalies that are currently
either suppressed or unsuppressed.SuppressionStatepublic void setLimit(Integer limit)
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
limit - The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items
is used.public Integer getLimit()
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
public ListAnomaliesRequest withLimit(Integer limit)
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
limit - The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items
is used.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListAnomaliesRequest withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public ListAnomaliesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.