StructuredPojo
, ToCopyableBuilder<AttributeKey.Builder,AttributeKey>
@Generated("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 | Description |
---|---|---|
static interface |
AttributeKey.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AttributeKey.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
facetName() |
The name of the facet that the attribute exists within.
|
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() |
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttributeKey.Builder,AttributeKey>
public static AttributeKey.Builder builder()
public static Class<? extends AttributeKey.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.