@Generated(value="software.amazon.awssdk:codegen") public final class Monitor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Monitor.Builder,Monitor>
The description of and information about a monitor in Amazon CloudWatch Internet Monitor.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Monitor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Monitor.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.
|
String |
monitorName()
The name of the monitor.
|
MonitorProcessingStatusCode |
processingStatus()
The health of data processing for the monitor.
|
String |
processingStatusAsString()
The health of data processing for the monitor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Monitor.Builder> |
serializableBuilderClass() |
MonitorConfigState |
status()
The status of a monitor.
|
String |
statusAsString()
The status of a monitor.
|
Monitor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, 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.
public final MonitorConfigState status()
The status of a monitor.
If the service returns an enum value that is not available in the current SDK version, status will
return MonitorConfigState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MonitorConfigStatepublic final String statusAsString()
The status of a monitor.
If the service returns an enum value that is not available in the current SDK version, status will
return MonitorConfigState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MonitorConfigStatepublic final MonitorProcessingStatusCode processingStatus()
The health of data processing for the monitor.
If the service returns an enum value that is not available in the current SDK version, processingStatus
will return MonitorProcessingStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from processingStatusAsString().
MonitorProcessingStatusCodepublic final String processingStatusAsString()
The health of data processing for the monitor.
If the service returns an enum value that is not available in the current SDK version, processingStatus
will return MonitorProcessingStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from processingStatusAsString().
MonitorProcessingStatusCodepublic Monitor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Monitor.Builder,Monitor>public static Monitor.Builder builder()
public static Class<? extends Monitor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.