@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomEvents.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomEvents.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 CustomEvents.Builder> |
serializableBuilderClass() |
CustomEventsStatus |
status()
Specifies whether this app monitor allows the web client to define and send custom events.
|
String |
statusAsString()
Specifies whether this app monitor allows the web client to define and send custom events.
|
CustomEvents.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, status will
return CustomEventsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DISABLED.CustomEventsStatuspublic 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, status will
return CustomEventsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DISABLED.CustomEventsStatuspublic CustomEvents.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomEvents.Builder,CustomEvents>public static CustomEvents.Builder builder()
public static Class<? extends CustomEvents.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.