@Generated(value="software.amazon.awssdk:codegen") public final class EventVariableSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventVariableSummary.Builder,EventVariableSummary>
Information about the summary of an event variable that was evaluated for generating prediction.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventVariableSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventVariableSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The event variable name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventVariableSummary.Builder> |
serializableBuilderClass() |
String |
source()
The event variable source.
|
EventVariableSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the event variable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The event variable name.
public final String value()
The value of the event variable.
public final String source()
The event variable source.
public EventVariableSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventVariableSummary.Builder,EventVariableSummary>public static EventVariableSummary.Builder builder()
public static Class<? extends EventVariableSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.