@Generated(value="software.amazon.awssdk:codegen") public final class ColumnTag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnTag.Builder,ColumnTag>
A tag for a column in a TagColumnOperation structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnTag.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ColumnTag.Builder |
builder() |
GeoSpatialDataRole |
columnGeographicRole()
A geospatial role for a column.
|
String |
columnGeographicRoleAsString()
A geospatial role for a column.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ColumnTag.Builder> |
serializableBuilderClass() |
ColumnTag.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic GeoSpatialDataRole columnGeographicRole()
A geospatial role for a column.
If the service returns an enum value that is not available in the current SDK version,
columnGeographicRole will return GeoSpatialDataRole.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from columnGeographicRoleAsString().
GeoSpatialDataRolepublic String columnGeographicRoleAsString()
A geospatial role for a column.
If the service returns an enum value that is not available in the current SDK version,
columnGeographicRole will return GeoSpatialDataRole.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from columnGeographicRoleAsString().
GeoSpatialDataRolepublic ColumnTag.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ColumnTag.Builder,ColumnTag>public static ColumnTag.Builder builder()
public static Class<? extends ColumnTag.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.