@Generated(value="software.amazon.awssdk:codegen") public final class AttributeDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>
Represents an attribute for describing the key schema for the table and indexes.
Modifier and Type | Class and Description |
---|---|
static interface |
AttributeDefinition.Builder |
Modifier and Type | Method and Description |
---|---|
String |
attributeName()
A name for the attribute.
|
ScalarAttributeType |
attributeType()
The data type for the attribute, where:
|
String |
attributeTypeAsString()
The data type for the attribute, where:
|
static AttributeDefinition.Builder |
builder() |
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 AttributeDefinition.Builder> |
serializableBuilderClass() |
AttributeDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String attributeName()
A name for the attribute.
public final ScalarAttributeType attributeType()
The data type for the attribute, where:
S
- the attribute is of type String
N
- the attribute is of type Number
B
- the attribute is of type Binary
If the service returns an enum value that is not available in the current SDK version, attributeType
will return ScalarAttributeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from attributeTypeAsString()
.
S
- the attribute is of type String
N
- the attribute is of type Number
B
- the attribute is of type Binary
ScalarAttributeType
public final String attributeTypeAsString()
The data type for the attribute, where:
S
- the attribute is of type String
N
- the attribute is of type Number
B
- the attribute is of type Binary
If the service returns an enum value that is not available in the current SDK version, attributeType
will return ScalarAttributeType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from attributeTypeAsString()
.
S
- the attribute is of type String
N
- the attribute is of type Number
B
- the attribute is of type Binary
ScalarAttributeType
public AttributeDefinition.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AttributeDefinition.Builder,AttributeDefinition>
public static AttributeDefinition.Builder builder()
public static Class<? extends AttributeDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.