@Generated(value="software.amazon.awssdk:codegen") public final class DescribeMonitorResponse extends ForecastResponse implements ToCopyableBuilder<DescribeMonitorResponse.Builder,DescribeMonitorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeMonitorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Baseline |
baseline()
Metrics you can use as a baseline for comparison purposes.
|
static DescribeMonitorResponse.Builder |
builder() |
Instant |
creationTime()
The timestamp for when the monitor resource was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
estimatedEvaluationTimeRemainingInMinutes()
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastEvaluationState()
The state of the monitor's latest evaluation.
|
Instant |
lastEvaluationTime()
The timestamp of the latest evaluation completed by the monitor.
|
Instant |
lastModificationTime()
The timestamp of the latest modification to the monitor.
|
String |
message()
An error message, if any, for the monitor.
|
String |
monitorArn()
The Amazon Resource Name (ARN) of the monitor resource described.
|
String |
monitorName()
The name of the monitor.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the auto predictor being monitored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeMonitorResponse.Builder> |
serializableBuilderClass() |
String |
status()
The status of the monitor resource.
|
DescribeMonitorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitorName()
The name of the monitor.
public final String monitorArn()
The Amazon Resource Name (ARN) of the monitor resource described.
public final String resourceArn()
The Amazon Resource Name (ARN) of the auto predictor being monitored.
public final String status()
The status of the monitor resource.
public final Instant lastEvaluationTime()
The timestamp of the latest evaluation completed by the monitor.
public final String lastEvaluationState()
The state of the monitor's latest evaluation.
public final Baseline baseline()
Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.
public final String message()
An error message, if any, for the monitor.
public final Instant creationTime()
The timestamp for when the monitor resource was created.
public final Instant lastModificationTime()
The timestamp of the latest modification to the monitor.
public final Long estimatedEvaluationTimeRemainingInMinutes()
The estimated number of minutes remaining before the monitor resource finishes its current evaluation.
public DescribeMonitorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeMonitorResponse.Builder,DescribeMonitorResponse>toBuilder in class AwsResponsepublic static DescribeMonitorResponse.Builder builder()
public static Class<? extends DescribeMonitorResponse.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.