@Generated(value="software.amazon.awssdk:codegen") public final class InputColumn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputColumn.Builder,InputColumn>
Metadata for a column that is used as the input of a transform operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputColumn.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputColumn.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 this column in the underlying data source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputColumn.Builder> |
serializableBuilderClass() |
InputColumn.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InputColumnDataType |
type()
The data type of the column.
|
String |
typeAsString()
The data type of the column.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of this column in the underlying data source.
public final InputColumnDataType type()
The data type of the column.
If the service returns an enum value that is not available in the current SDK version, type will return
InputColumnDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InputColumnDataTypepublic final String typeAsString()
The data type of the column.
If the service returns an enum value that is not available in the current SDK version, type will return
InputColumnDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InputColumnDataTypepublic InputColumn.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputColumn.Builder,InputColumn>public static InputColumn.Builder builder()
public static Class<? extends InputColumn.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.