@Generated(value="software.amazon.awssdk:codegen") public final class ListAnomalyGroupRelatedMetricsRequest extends LookoutMetricsRequest implements ToCopyableBuilder<ListAnomalyGroupRelatedMetricsRequest.Builder,ListAnomalyGroupRelatedMetricsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAnomalyGroupRelatedMetricsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
anomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
|
String |
anomalyGroupId()
The ID of the anomaly group.
|
static ListAnomalyGroupRelatedMetricsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
|
RelationshipType |
relationshipTypeFilter()
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
String |
relationshipTypeFilterAsString()
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAnomalyGroupRelatedMetricsRequest.Builder> |
serializableBuilderClass() |
ListAnomalyGroupRelatedMetricsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String anomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
public final String anomalyGroupId()
The ID of the anomaly group.
public final RelationshipType relationshipTypeFilter()
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
If the service returns an enum value that is not available in the current SDK version,
relationshipTypeFilter will return RelationshipType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from relationshipTypeFilterAsString().
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.RelationshipTypepublic final String relationshipTypeFilterAsString()
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
If the service returns an enum value that is not available in the current SDK version,
relationshipTypeFilter will return RelationshipType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from relationshipTypeFilterAsString().
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.RelationshipTypepublic final Integer maxResults()
The maximum number of results to return.
public final String nextToken()
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
public ListAnomalyGroupRelatedMetricsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAnomalyGroupRelatedMetricsRequest.Builder,ListAnomalyGroupRelatedMetricsRequest>toBuilder in class LookoutMetricsRequestpublic static ListAnomalyGroupRelatedMetricsRequest.Builder builder()
public static Class<? extends ListAnomalyGroupRelatedMetricsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.