Class AppMonitorSummary
- java.lang.Object
-
- software.amazon.awssdk.services.rum.model.AppMonitorSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppMonitorSummary.Builder,AppMonitorSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppMonitorSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppMonitorSummary.Builderbuilder()Stringcreated()The date and time that the app monitor was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID of this app monitor.StringlastModified()The date and time of the most recent changes to this app monitor's configuration.Stringname()The name of this app monitor.List<SdkField<?>>sdkFields()static Class<? extends AppMonitorSummary.Builder>serializableBuilderClass()StateEnumstate()The current state of this app monitor.StringstateAsString()The current state of this app monitor.AppMonitorSummary.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
-
created
public final String created()
The date and time that the app monitor was created.
- Returns:
- The date and time that the app monitor was created.
-
id
public final String id()
The unique ID of this app monitor.
- Returns:
- The unique ID of this app monitor.
-
lastModified
public final String lastModified()
The date and time of the most recent changes to this app monitor's configuration.
- Returns:
- The date and time of the most recent changes to this app monitor's configuration.
-
name
public final String name()
The name of this app monitor.
- Returns:
- The name of this app monitor.
-
state
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,
statewill returnStateEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of this app monitor.
- See Also:
StateEnum
-
stateAsString
public 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,
statewill returnStateEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of this app monitor.
- See Also:
StateEnum
-
toBuilder
public AppMonitorSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppMonitorSummary.Builder,AppMonitorSummary>
-
builder
public static AppMonitorSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppMonitorSummary.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.
-
-