@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Facet extends Object implements Serializable, Cloneable, StructuredPojo
Information about a document attribute
Constructor and Description |
---|
Facet() |
Modifier and Type | Method and Description |
---|---|
Facet |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentAttributeKey()
The unique key for the document attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDocumentAttributeKey(String documentAttributeKey)
The unique key for the document attribute.
|
String |
toString()
Returns a string representation of this object.
|
Facet |
withDocumentAttributeKey(String documentAttributeKey)
The unique key for the document attribute.
|
public void setDocumentAttributeKey(String documentAttributeKey)
The unique key for the document attribute.
documentAttributeKey
- The unique key for the document attribute.public String getDocumentAttributeKey()
The unique key for the document attribute.
public Facet withDocumentAttributeKey(String documentAttributeKey)
The unique key for the document attribute.
documentAttributeKey
- The unique key for the document attribute.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.