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 interfaceInputColumn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputColumn.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of this column in the underlying data source.List<SdkField<?>>sdkFields()static Class<? extends InputColumn.Builder>serializableBuilderClass()ColumnDataSubTypesubType()The sub data type of the column.StringsubTypeAsString()The sub data type of the column.InputColumn.BuildertoBuilder()StringtoString()Returns a string representation of this object.InputColumnDataTypetype()The data type of the column.StringtypeAsString()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,
typewill 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,
typewill 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,
subTypewill 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,
subTypewill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-