@Generated(value="software.amazon.awssdk:codegen") public final class OutputColumn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputColumn.Builder,OutputColumn>
Output column.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputColumn.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputColumn.Builder |
builder() |
String |
description()
A description for a column.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A display name for the dataset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputColumn.Builder> |
serializableBuilderClass() |
OutputColumn.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ColumnDataType |
type()
The type.
|
String |
typeAsString()
The type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
A display name for the dataset.
public final String description()
A description for a column.
public final ColumnDataType type()
The type.
If the service returns an enum value that is not available in the current SDK version, type will return
ColumnDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ColumnDataTypepublic final String typeAsString()
The type.
If the service returns an enum value that is not available in the current SDK version, type will return
ColumnDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ColumnDataTypepublic OutputColumn.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputColumn.Builder,OutputColumn>public static OutputColumn.Builder builder()
public static Class<? extends OutputColumn.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.