@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnomalyDetectionExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAnomalyDetectionExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAnomalyDetectionExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
|
Integer |
getMaxResults()
The number of items to return in the response.
|
String |
getNextToken()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
String |
getTimestamp()
The timestamp of the anomaly detection job.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
void |
setMaxResults(Integer maxResults)
The number of items to return in the response.
|
void |
setNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
void |
setTimestamp(String timestamp)
The timestamp of the anomaly detection job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAnomalyDetectionExecutionsRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
DescribeAnomalyDetectionExecutionsRequest |
withMaxResults(Integer maxResults)
The number of items to return in the response.
|
DescribeAnomalyDetectionExecutionsRequest |
withNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
DescribeAnomalyDetectionExecutionsRequest |
withTimestamp(String timestamp)
The timestamp of the anomaly detection job.
|
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 DescribeAnomalyDetectionExecutionsRequest()
public void setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn
- The Amazon Resource Name (ARN) of the anomaly detector.public String getAnomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
public DescribeAnomalyDetectionExecutionsRequest withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn
- The Amazon Resource Name (ARN) of the anomaly detector.public void setTimestamp(String timestamp)
The timestamp of the anomaly detection job.
timestamp
- The timestamp of the anomaly detection job.public String getTimestamp()
The timestamp of the anomaly detection job.
public DescribeAnomalyDetectionExecutionsRequest withTimestamp(String timestamp)
The timestamp of the anomaly detection job.
timestamp
- The timestamp of the anomaly detection job.public void setMaxResults(Integer maxResults)
The number of items to return in the response.
maxResults
- The number of items to return in the response.public Integer getMaxResults()
The number of items to return in the response.
public DescribeAnomalyDetectionExecutionsRequest withMaxResults(Integer maxResults)
The number of items to return in the response.
maxResults
- The number of items to return in the response.public void setNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token that's returned by a previous request to retrieve the next page of results.public String getNextToken()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
public DescribeAnomalyDetectionExecutionsRequest withNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token that's returned by a previous request to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public DescribeAnomalyDetectionExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()