@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttributeKey extends Object implements Serializable, Cloneable, StructuredPojo
A unique identifier for an attribute.
Constructor and Description |
---|
AttributeKey() |
Modifier and Type | Method and Description |
---|---|
AttributeKey |
clone() |
boolean |
equals(Object obj) |
String |
getFacetName()
The name of the facet that the attribute exists within.
|
String |
getName()
The name of the attribute.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFacetName(String facetName)
The name of the facet that the attribute exists within.
|
void |
setName(String name)
The name of the attribute.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AttributeKey |
withFacetName(String facetName)
The name of the facet that the attribute exists within.
|
AttributeKey |
withName(String name)
The name of the attribute.
|
AttributeKey |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
|
public void setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
schemaArn
- The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.public String getSchemaArn()
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
public AttributeKey withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
schemaArn
- The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.public void setFacetName(String facetName)
The name of the facet that the attribute exists within.
facetName
- The name of the facet that the attribute exists within.public String getFacetName()
The name of the facet that the attribute exists within.
public AttributeKey withFacetName(String facetName)
The name of the facet that the attribute exists within.
facetName
- The name of the facet that the attribute exists within.public void setName(String name)
The name of the attribute.
name
- The name of the attribute.public String getName()
The name of the attribute.
public AttributeKey withName(String name)
The name of the attribute.
name
- The name of the attribute.public String toString()
toString
in class Object
Object.toString()
public AttributeKey clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.