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