Class LogGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.m2.model.LogGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogGroupSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogGroupName()The name of the log group.StringlogType()The type of log.List<SdkField<?>>sdkFields()static Class<? extends LogGroupSummary.Builder>serializableBuilderClass()LogGroupSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
logGroupName
public final String logGroupName()
The name of the log group.
- Returns:
- The name of the log group.
-
logType
public final String logType()
The type of log.
- Returns:
- The type of log.
-
toBuilder
public LogGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>
-
builder
public static LogGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LogGroupSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-