@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() |
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()
Type.
|
String |
typeAsString()
Type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String name()
A display name for the dataset.
public ColumnDataType type()
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()
.
ColumnDataType
public String typeAsString()
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()
.
ColumnDataType
public OutputColumn.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<OutputColumn.Builder,OutputColumn>
public static OutputColumn.Builder builder()
public static Class<? extends OutputColumn.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.