@Generated(value="software.amazon.awssdk:codegen") public final class Monitoring extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Monitoring.Builder,Monitoring>
Describes the monitoring of an instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Monitoring.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Monitoring.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Monitoring.Builder> |
serializableBuilderClass() |
MonitoringState |
state()
Indicates whether detailed monitoring is enabled.
|
String |
stateAsString()
Indicates whether detailed monitoring is enabled.
|
Monitoring.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MonitoringState state()
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
If the service returns an enum value that is not available in the current SDK version, state will return
MonitoringState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
MonitoringStatepublic final String stateAsString()
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
If the service returns an enum value that is not available in the current SDK version, state will return
MonitoringState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
MonitoringStatepublic Monitoring.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Monitoring.Builder,Monitoring>public static Monitoring.Builder builder()
public static Class<? extends Monitoring.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.