Class SelectColumn
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SelectColumn.Builder,SelectColumn>
@Generated("software.amazon.awssdk:codegen") public final class SelectColumn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelectColumn.Builder,SelectColumn>
Details of the column that is returned by the query.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSelectColumn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanaliased()True, if the column name was aliased by the query.static SelectColumn.Builderbuilder()StringdatabaseName()Database that has this column.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()Name of the column.List<SdkField<?>>sdkFields()static Class<? extends SelectColumn.Builder>serializableBuilderClass()StringtableName()Table within the database that has this column.SelectColumn.BuildertoBuilder()StringtoString()Returns a string representation of this object.Typetype()Returns the value of the Type property for 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
-
name
public final String name()
Name of the column.
- Returns:
- Name of the column.
-
type
public final Type type()
Returns the value of the Type property for this object.- Returns:
- The value of the Type property for this object.
-
databaseName
public final String databaseName()
Database that has this column.
- Returns:
- Database that has this column.
-
tableName
public final String tableName()
Table within the database that has this column.
- Returns:
- Table within the database that has this column.
-
aliased
public final Boolean aliased()
True, if the column name was aliased by the query. False otherwise.
- Returns:
- True, if the column name was aliased by the query. False otherwise.
-
toBuilder
public SelectColumn.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SelectColumn.Builder,SelectColumn>
-
builder
public static SelectColumn.Builder builder()
-
serializableBuilderClass
public static Class<? extends SelectColumn.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.
-
-