@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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.SuppressionState
public String getSuppressionState()
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
SuppressionState
public 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.SuppressionState
public 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.SuppressionState
public 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 Object
Object.toString()
public ListAnomaliesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()