@Generated(value="software.amazon.awssdk:codegen") public final class DimensionMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DimensionMapping.Builder,DimensionMapping>
This type is used to map column(s) from the query result to a dimension in the destination table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DimensionMapping.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DimensionMapping.Builder |
builder() |
DimensionValueType |
dimensionValueType()
Type for the dimension.
|
String |
dimensionValueTypeAsString()
Type for the dimension.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Column name from query result.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DimensionMapping.Builder> |
serializableBuilderClass() |
DimensionMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
Column name from query result.
public final DimensionValueType dimensionValueType()
Type for the dimension.
If the service returns an enum value that is not available in the current SDK version,
dimensionValueType will return DimensionValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from dimensionValueTypeAsString().
DimensionValueTypepublic final String dimensionValueTypeAsString()
Type for the dimension.
If the service returns an enum value that is not available in the current SDK version,
dimensionValueType will return DimensionValueType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from dimensionValueTypeAsString().
DimensionValueTypepublic DimensionMapping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DimensionMapping.Builder,DimensionMapping>public static DimensionMapping.Builder builder()
public static Class<? extends DimensionMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.