@Generated(value="software.amazon.awssdk:codegen") public class AttributeKey extends Object implements StructuredPojo, ToCopyableBuilder<AttributeKey.Builder,AttributeKey>
A unique identifier for an attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttributeKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttributeKey.Builder |
builder() |
boolean |
equals(Object obj) |
String |
facetName()
The name of the facet that the attribute exists within.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name of the attribute.
|
String |
schemaArn()
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
|
static Class<? extends AttributeKey.Builder> |
serializableBuilderClass() |
AttributeKey.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String schemaArn()
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
public String facetName()
The name of the facet that the attribute exists within.
public String name()
The name of the attribute.
public AttributeKey.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AttributeKey.Builder,AttributeKey>public static AttributeKey.Builder builder()
public static Class<? extends AttributeKey.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.