Class QueryGenerationColumn
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QueryGenerationColumn.Builder,QueryGenerationColumn>
Contains information about a column in the current table for the query engine to consider.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringA description of the column that helps the query engine understand the contents of the column.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IncludeExcludeSpecifies whether to include or exclude the column during query generation.final StringSpecifies whether to include or exclude the column during query generation.final Stringname()The name of the column for which the other fields in this object apply.static Class<? extends QueryGenerationColumn.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the column for which the other fields in this object apply.
- Returns:
- The name of the column for which the other fields in this object apply.
-
description
A description of the column that helps the query engine understand the contents of the column.
- Returns:
- A description of the column that helps the query engine understand the contents of the column.
-
inclusion
Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE, the column will be ignored. If you specifyINCLUDE, all other columns in the table will be ignored.If the service returns an enum value that is not available in the current SDK version,
inclusionwill returnIncludeExclude.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominclusionAsString().- Returns:
- Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE, the column will be ignored. If you specifyINCLUDE, all other columns in the table will be ignored. - See Also:
-
inclusionAsString
Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE, the column will be ignored. If you specifyINCLUDE, all other columns in the table will be ignored.If the service returns an enum value that is not available in the current SDK version,
inclusionwill returnIncludeExclude.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominclusionAsString().- Returns:
- Specifies whether to include or exclude the column during query generation. If you specify
EXCLUDE, the column will be ignored. If you specifyINCLUDE, all other columns in the table will be ignored. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<QueryGenerationColumn.Builder,QueryGenerationColumn>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-