@Generated(value="software.amazon.awssdk:codegen") public final class AppMonitorSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppMonitorSummary.Builder,AppMonitorSummary>
A structure that includes some data about app monitors and their settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppMonitorSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppMonitorSummary.Builder |
builder() |
String |
created()
The date and time that the app monitor was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of this app monitor.
|
String |
lastModified()
The date and time of the most recent changes to this app monitor's configuration.
|
String |
name()
The name of this app monitor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppMonitorSummary.Builder> |
serializableBuilderClass() |
StateEnum |
state()
The current state of this app monitor.
|
String |
stateAsString()
The current state of this app monitor.
|
AppMonitorSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String created()
The date and time that the app monitor was created.
public final String id()
The unique ID of this app monitor.
public final String lastModified()
The date and time of the most recent changes to this app monitor's configuration.
public final String name()
The name of this app monitor.
public final StateEnum state()
The current state of this app monitor.
If the service returns an enum value that is not available in the current SDK version, state will return
StateEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StateEnumpublic final String stateAsString()
The current state of this app monitor.
If the service returns an enum value that is not available in the current SDK version, state will return
StateEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StateEnumpublic AppMonitorSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppMonitorSummary.Builder,AppMonitorSummary>public static AppMonitorSummary.Builder builder()
public static Class<? extends AppMonitorSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.