Class TableColumn
- java.lang.Object
-
- software.amazon.awssdk.services.honeycode.model.TableColumn
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableColumn.Builder,TableColumn>
@Generated("software.amazon.awssdk:codegen") public final class TableColumn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableColumn.Builder,TableColumn>
An object that contains attributes about a single column in a table
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableColumn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableColumn.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Formatformat()The column level format that is applied in the table.StringformatAsString()The column level format that is applied in the table.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TableColumn.Builder>serializableBuilderClass()StringtableColumnId()The id of the column in the table.StringtableColumnName()The name of the column in the table.TableColumn.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
-
tableColumnId
public final String tableColumnId()
The id of the column in the table.
- Returns:
- The id of the column in the table.
-
tableColumnName
public final String tableColumnName()
The name of the column in the table.
- Returns:
- The name of the column in the table.
-
format
public final Format format()
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
- See Also:
Format
-
formatAsString
public final String formatAsString()
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
- See Also:
Format
-
toBuilder
public TableColumn.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableColumn.Builder,TableColumn>
-
builder
public static TableColumn.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableColumn.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.
-
-