@Generated(value="software.amazon.awssdk:codegen") public final class AttributeType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeType.Builder,AttributeType>
Specifies whether the attribute is standard or custom.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttributeType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType.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 attribute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttributeType.Builder> |
serializableBuilderClass() |
AttributeType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the attribute.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the attribute.
public final String value()
The value of the attribute.
public AttributeType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttributeType.Builder,AttributeType>public static AttributeType.Builder builder()
public static Class<? extends AttributeType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.