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