@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttributeValueTarget.Builder> |
serializableBuilderClass() |
AttributeValueTarget.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String attributeValue()
The value of the attribute.
public AttributeValueTarget.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttributeValueTarget.Builder,AttributeValueTarget>
public static AttributeValueTarget.Builder builder()
public static Class<? extends AttributeValueTarget.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.