@Generated(value="software.amazon.awssdk:codegen") public final class MonitorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitorInfo.Builder,MonitorInfo>
Provides information about the monitor resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonitorInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonitorInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
monitorArn()
The Amazon Resource Name (ARN) of the monitor resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitorInfo.Builder> |
serializableBuilderClass() |
String |
status()
The status of the monitor.
|
MonitorInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitorArn()
The Amazon Resource Name (ARN) of the monitor resource.
public final String status()
The status of the monitor. States include:
ACTIVE
ACTIVE_STOPPING, ACTIVE_STOPPED
UPDATE_IN_PROGRESS
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
ACTIVE
ACTIVE_STOPPING, ACTIVE_STOPPED
UPDATE_IN_PROGRESS
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
public MonitorInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonitorInfo.Builder,MonitorInfo>public static MonitorInfo.Builder builder()
public static Class<? extends MonitorInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.