@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnomalyGroupRelatedMetricsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAnomalyGroupRelatedMetricsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupRelatedMetricsRequest |
clone() |
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 |
getNextToken()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
String |
getRelationshipTypeFilter()
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
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 |
setNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
void |
setRelationshipTypeFilter(String relationshipTypeFilter)
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
String |
toString()
Returns a string representation of this object.
|
ListAnomalyGroupRelatedMetricsRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
ListAnomalyGroupRelatedMetricsRequest |
withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
|
ListAnomalyGroupRelatedMetricsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAnomalyGroupRelatedMetricsRequest |
withNextToken(String nextToken)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
ListAnomalyGroupRelatedMetricsRequest |
withRelationshipTypeFilter(RelationshipType relationshipTypeFilter)
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
ListAnomalyGroupRelatedMetricsRequest |
withRelationshipTypeFilter(String relationshipTypeFilter)
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
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 ListAnomalyGroupRelatedMetricsRequest()
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 ListAnomalyGroupRelatedMetricsRequest 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 ListAnomalyGroupRelatedMetricsRequest withAnomalyGroupId(String anomalyGroupId)
The ID of the anomaly group.
anomalyGroupId - The ID of the anomaly group.public void setRelationshipTypeFilter(String relationshipTypeFilter)
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
relationshipTypeFilter - Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.RelationshipTypepublic String getRelationshipTypeFilter()
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.RelationshipTypepublic ListAnomalyGroupRelatedMetricsRequest withRelationshipTypeFilter(String relationshipTypeFilter)
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
relationshipTypeFilter - Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.RelationshipTypepublic ListAnomalyGroupRelatedMetricsRequest withRelationshipTypeFilter(RelationshipType relationshipTypeFilter)
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
relationshipTypeFilter - Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.RelationshipTypepublic 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 ListAnomalyGroupRelatedMetricsRequest 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 ListAnomalyGroupRelatedMetricsRequest 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 ListAnomalyGroupRelatedMetricsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.