@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomalyGroupTimeSeriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAnomalyGroupTimeSeriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListAnomalyGroupTimeSeriesRequest |
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.
|
String |
getAnomalyGroupId()
The ID of the anomaly group.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getMetricName()
The name of the measure field.
|
String |
getNextToken()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
void |
setAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setMetricName(String metricName)
The name of the measure field.
|
void |
setNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAnomalyGroupTimeSeriesRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
ListAnomalyGroupTimeSeriesRequest |
withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
ListAnomalyGroupTimeSeriesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyGroupTimeSeriesRequest |
withMetricName(String metricName)
The name of the measure field.
|
ListAnomalyGroupTimeSeriesRequest |
withNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
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)
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 ListAnomalyGroupTimeSeriesRequest withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn
- The Amazon Resource Name (ARN) of the anomaly detector.public void setAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId
- The ID of the anomaly group.public String getAnomalyGroupId()
The ID of the anomaly group.
public ListAnomalyGroupTimeSeriesRequest withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId
- The ID of the anomaly group.public void setMetricName(String metricName)
The name of the measure field.
metricName
- The name of the measure field.public String getMetricName()
The name of the measure field.
public ListAnomalyGroupTimeSeriesRequest withMetricName(String metricName)
The name of the measure field.
metricName
- The name of the measure field.public 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 ListAnomalyGroupTimeSeriesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.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 ListAnomalyGroupTimeSeriesRequest 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 ListAnomalyGroupTimeSeriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()