@Generated(value="software.amazon.awssdk:codegen") public final class LogGroupField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogGroupField.Builder,LogGroupField>
The fields contained in log events found by a GetLogGroupFields operation, along with the percentage of
queried log events in which each field appears.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogGroupField.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogGroupField.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of a log field.
|
Integer |
percent()
The percentage of log events queried that contained the field.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogGroupField.Builder> |
serializableBuilderClass() |
LogGroupField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of a log field.
public final Integer percent()
The percentage of log events queried that contained the field.
public LogGroupField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogGroupField.Builder,LogGroupField>public static LogGroupField.Builder builder()
public static Class<? extends LogGroupField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.