@Generated(value="software.amazon.awssdk:codegen") public final class ResultField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultField.Builder,ResultField>
Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.
Modifier and Type | Class and Description |
---|---|
static interface |
ResultField.Builder |
Modifier and Type | Method and Description |
---|---|
static ResultField.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
field()
The log event field.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultField.Builder> |
serializableBuilderClass() |
ResultField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of this field.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String field()
The log event field.
public String value()
The value of this field.
public ResultField.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ResultField.Builder,ResultField>
public static ResultField.Builder builder()
public static Class<? extends ResultField.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.