@Generated(value="software.amazon.awssdk:codegen") public final class Datatype extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Datatype.Builder,Datatype>
A structure representing the datatype of the value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Datatype.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Datatype.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The datatype of the value.
|
String |
label()
A label assigned to the datatype.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Datatype.Builder> |
serializableBuilderClass() |
Datatype.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The datatype of the value.
public final String label()
A label assigned to the datatype.
public Datatype.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Datatype.Builder,Datatype>public static Datatype.Builder builder()
public static Class<? extends Datatype.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.