@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAnomalyDetectorRequest extends LookoutMetricsRequest implements ToCopyableBuilder<UpdateAnomalyDetectorRequest.Builder,UpdateAnomalyDetectorRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAnomalyDetectorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
anomalyDetectorArn()
The ARN of the detector to update.
|
AnomalyDetectorConfig |
anomalyDetectorConfig()
Contains information about the configuration to which the detector will be updated.
|
String |
anomalyDetectorDescription()
The updated detector description.
|
static UpdateAnomalyDetectorRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAnomalyDetectorRequest.Builder> |
serializableBuilderClass() |
UpdateAnomalyDetectorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String anomalyDetectorArn()
The ARN of the detector to update.
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
public final String anomalyDetectorDescription()
The updated detector description.
public final AnomalyDetectorConfig anomalyDetectorConfig()
Contains information about the configuration to which the detector will be updated.
public UpdateAnomalyDetectorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAnomalyDetectorRequest.Builder,UpdateAnomalyDetectorRequest>toBuilder in class LookoutMetricsRequestpublic static UpdateAnomalyDetectorRequest.Builder builder()
public static Class<? extends UpdateAnomalyDetectorRequest.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.