@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAnomalyDetectorResponse extends LookoutMetricsResponse implements ToCopyableBuilder<DescribeAnomalyDetectorResponse.Builder,DescribeAnomalyDetectorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAnomalyDetectorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
anomalyDetectorArn()
The ARN of the detector.
|
AnomalyDetectorConfigSummary |
anomalyDetectorConfig()
Contains information about the detector's configuration.
|
String |
anomalyDetectorDescription()
A description of the detector.
|
String |
anomalyDetectorName()
The name of the detector.
|
static DescribeAnomalyDetectorResponse.Builder |
builder() |
Instant |
creationTime()
The time at which the detector was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The reason that the detector failed.
|
AnomalyDetectorFailureType |
failureType()
The process that caused the detector to fail.
|
String |
failureTypeAsString()
The process that caused the detector to fail.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The ARN of the KMS key to use to encrypt your data.
|
Instant |
lastModificationTime()
The time at which the detector was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAnomalyDetectorResponse.Builder> |
serializableBuilderClass() |
AnomalyDetectorStatus |
status()
The status of the detector.
|
String |
statusAsString()
The status of the detector.
|
DescribeAnomalyDetectorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String anomalyDetectorArn()
The ARN of the detector.
public final String anomalyDetectorName()
The name of the detector.
public final String anomalyDetectorDescription()
A description of the detector.
public final AnomalyDetectorConfigSummary anomalyDetectorConfig()
Contains information about the detector's configuration.
public final Instant creationTime()
The time at which the detector was created.
public final Instant lastModificationTime()
The time at which the detector was last modified.
public final AnomalyDetectorStatus status()
The status of the detector.
If the service returns an enum value that is not available in the current SDK version, status will
return AnomalyDetectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
AnomalyDetectorStatuspublic final String statusAsString()
The status of the detector.
If the service returns an enum value that is not available in the current SDK version, status will
return AnomalyDetectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
AnomalyDetectorStatuspublic final String failureReason()
The reason that the detector failed.
public final String kmsKeyArn()
The ARN of the KMS key to use to encrypt your data.
public final AnomalyDetectorFailureType failureType()
The process that caused the detector to fail.
If the service returns an enum value that is not available in the current SDK version, failureType will
return AnomalyDetectorFailureType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureTypeAsString().
AnomalyDetectorFailureTypepublic final String failureTypeAsString()
The process that caused the detector to fail.
If the service returns an enum value that is not available in the current SDK version, failureType will
return AnomalyDetectorFailureType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureTypeAsString().
AnomalyDetectorFailureTypepublic DescribeAnomalyDetectorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAnomalyDetectorResponse.Builder,DescribeAnomalyDetectorResponse>toBuilder in class AwsResponsepublic static DescribeAnomalyDetectorResponse.Builder builder()
public static Class<? extends DescribeAnomalyDetectorResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.