@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of a log field.
public Integer percent()
The percentage of log events queried that contained the field.
public LogGroupField.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LogGroupField.Builder,LogGroupField>
public static LogGroupField.Builder builder()
public static Class<? extends LogGroupField.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.