@Generated(value="software.amazon.awssdk:codegen") public final class CloudWatchLogsDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchLogsDestination.Builder,CloudWatchLogsDestination>
A structure containing the CloudWatch Logs log group where the project stores evaluation events.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudWatchLogsDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsDestination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroup()
The name of the log group where the project stores evaluation events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CloudWatchLogsDestination.Builder> |
serializableBuilderClass() |
CloudWatchLogsDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logGroup()
The name of the log group where the project stores evaluation events.
public CloudWatchLogsDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CloudWatchLogsDestination.Builder,CloudWatchLogsDestination>public static CloudWatchLogsDestination.Builder builder()
public static Class<? extends CloudWatchLogsDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.