Class InputColumn
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.InputColumn
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InputColumn.Builder,InputColumn>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InputColumn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
ColumnDataSubType
subType()
The sub data type of the column.String
subTypeAsString()
The sub data type of the column.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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of this column in the underlying data source.
- Returns:
- The name of this column in the underlying data source.
-
type
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 returnInputColumnDataType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- The data type of the column.
- See Also:
InputColumnDataType
-
typeAsString
public 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 returnInputColumnDataType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- The data type of the column.
- See Also:
InputColumnDataType
-
subType
public final ColumnDataSubType subType()
The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
If the service returns an enum value that is not available in the current SDK version,
subType
will returnColumnDataSubType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsubTypeAsString()
.- Returns:
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- See Also:
ColumnDataSubType
-
subTypeAsString
public final String subTypeAsString()
The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
If the service returns an enum value that is not available in the current SDK version,
subType
will returnColumnDataSubType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsubTypeAsString()
.- Returns:
- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- See Also:
ColumnDataSubType
-
toBuilder
public InputColumn.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<InputColumn.Builder,InputColumn>
-
builder
public static InputColumn.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputColumn.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-