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