Class ColumnType
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.ColumnType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ColumnType.Builder,ColumnType>
@Generated("software.amazon.awssdk:codegen") public final class ColumnType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnType.Builder,ColumnType>
The data type of the column.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceColumnType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColumnType.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScalarTypescalarType()The allowed data types that the column has as it's value.StringscalarTypeAsString()The allowed data types that the column has as it's value.List<SdkField<?>>sdkFields()static Class<? extends ColumnType.Builder>serializableBuilderClass()ColumnType.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
scalarType
public final ScalarType scalarType()
The allowed data types that the column has as it's value.
If the service returns an enum value that is not available in the current SDK version,
scalarTypewill returnScalarType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscalarTypeAsString().- Returns:
- The allowed data types that the column has as it's value.
- See Also:
ScalarType
-
scalarTypeAsString
public final String scalarTypeAsString()
The allowed data types that the column has as it's value.
If the service returns an enum value that is not available in the current SDK version,
scalarTypewill returnScalarType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscalarTypeAsString().- Returns:
- The allowed data types that the column has as it's value.
- See Also:
ScalarType
-
toBuilder
public ColumnType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ColumnType.Builder,ColumnType>
-
builder
public static ColumnType.Builder builder()
-
serializableBuilderClass
public static Class<? extends ColumnType.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.
-
-