@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomalyGroupSummariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAnomalyGroupSummariesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupSummariesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
Integer |
getSensitivityThreshold()
The minimum severity score for inclusion in the output.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
void |
setSensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
|
String |
toString()
Returns a string representation of this object.
|
ListAnomalyGroupSummariesRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
ListAnomalyGroupSummariesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyGroupSummariesRequest |
withNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAnomalyGroupSummariesRequest |
withSensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
|
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)
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 ListAnomalyGroupSummariesRequest withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.public void setSensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
sensitivityThreshold - The minimum severity score for inclusion in the output.public Integer getSensitivityThreshold()
The minimum severity score for inclusion in the output.
public ListAnomalyGroupSummariesRequest withSensitivityThreshold(Integer sensitivityThreshold)
The minimum severity score for inclusion in the output.
sensitivityThreshold - The minimum severity score for inclusion in the output.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 ListAnomalyGroupSummariesRequest 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 ListAnomalyGroupSummariesRequest 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 ObjectObject.toString()public ListAnomalyGroupSummariesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.