@Generated(value="software.amazon.awssdk:codegen") public final class AttributeNameAndValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>
Identifies the attribute name and value for a typed link.
Modifier and Type | Class and Description |
---|---|
static interface |
AttributeNameAndValue.Builder |
Modifier and Type | Method and Description |
---|---|
String |
attributeName()
The attribute name of the typed link.
|
static AttributeNameAndValue.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttributeNameAndValue.Builder> |
serializableBuilderClass() |
AttributeNameAndValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TypedAttributeValue |
value()
The value for the typed link.
|
copy
public String attributeName()
The attribute name of the typed link.
public TypedAttributeValue value()
The value for the typed link.
public AttributeNameAndValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>
public static AttributeNameAndValue.Builder builder()
public static Class<? extends AttributeNameAndValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.