Class CustomEvents
- java.lang.Object
-
- software.amazon.awssdk.services.rum.model.CustomEvents
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomEvents.Builder,CustomEvents>
@Generated("software.amazon.awssdk:codegen") public final class CustomEvents extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomEvents.Builder,CustomEvents>
A structure that contains information about custom events for this app monitor.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomEvents.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomEvents.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CustomEvents.Builder>serializableBuilderClass()CustomEventsStatusstatus()Specifies whether this app monitor allows the web client to define and send custom events.StringstatusAsString()Specifies whether this app monitor allows the web client to define and send custom events.CustomEvents.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
-
status
public final CustomEventsStatus status()
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be
DISABLED.If the service returns an enum value that is not available in the current SDK version,
statuswill returnCustomEventsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies whether this app monitor allows the web client to define and send custom events. The default is
for custom events to be
DISABLED. - See Also:
CustomEventsStatus
-
statusAsString
public final String statusAsString()
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be
DISABLED.If the service returns an enum value that is not available in the current SDK version,
statuswill returnCustomEventsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies whether this app monitor allows the web client to define and send custom events. The default is
for custom events to be
DISABLED. - See Also:
CustomEventsStatus
-
toBuilder
public CustomEvents.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomEvents.Builder,CustomEvents>
-
builder
public static CustomEvents.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomEvents.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.
-
-