Class MonitorInfo
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.MonitorInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonitorInfo.Builder,MonitorInfo>
@Generated("software.amazon.awssdk:codegen") public final class MonitorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitorInfo.Builder,MonitorInfo>
Provides information about the monitor resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitorInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitorInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmonitorArn()The Amazon Resource Name (ARN) of the monitor resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MonitorInfo.Builder>serializableBuilderClass()Stringstatus()The status of the monitor.MonitorInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
monitorArn
public final String monitorArn()
The Amazon Resource Name (ARN) of the monitor resource.
- Returns:
- The Amazon Resource Name (ARN) of the monitor resource.
-
status
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
- Returns:
- 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
-
-
-
toBuilder
public MonitorInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonitorInfo.Builder,MonitorInfo>
-
builder
public static MonitorInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitorInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-