@Generated(value="software.amazon.awssdk:codegen") public final class LogGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>
A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log streams that share the same retention, monitoring, and access control settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogGroupSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupName()
The name of the log group.
|
String |
logType()
The type of log.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogGroupSummary.Builder> |
serializableBuilderClass() |
LogGroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logGroupName()
The name of the log group.
public final String logType()
The type of log.
public LogGroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>public static LogGroupSummary.Builder builder()
public static Class<? extends LogGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.