StructuredPojo, ToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>@Generated("software.amazon.awssdk:codegen") public class AttributeNameAndValue extends Object implements StructuredPojo, ToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>
Identifies the attribute name and value for a typed link.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
AttributeNameAndValue.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
attributeName() |
The attribute name of the typed link.
|
static AttributeNameAndValue.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
public String attributeName()
The attribute name of the typed link.
public TypedAttributeValue value()
The value for the typed link.
public AttributeNameAndValue.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>public static AttributeNameAndValue.Builder builder()
public static Class<? extends AttributeNameAndValue.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.