@Generated(value="software.amazon.awssdk:codegen") public final class CwLog extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CwLog.Builder,CwLog>
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CwLog.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CwLog.Builder |
builder() |
Boolean |
cwLogEnabled()
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
|
String |
cwLogGroup()
The name of the log group where the copies are stored.
|
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 CwLog.Builder> |
serializableBuilderClass() |
CwLog.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean cwLogEnabled()
Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
public final String cwLogGroup()
The name of the log group where the copies are stored.
public CwLog.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CwLog.Builder,CwLog>public static CwLog.Builder builder()
public static Class<? extends CwLog.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.