@Generated(value="software.amazon.awssdk:codegen") public class FacetAttributeReference extends Object implements StructuredPojo, ToCopyableBuilder<FacetAttributeReference.Builder,FacetAttributeReference>
The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FacetAttributeReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FacetAttributeReference.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends FacetAttributeReference.Builder> |
serializableBuilderClass() |
String |
targetAttributeName()
The target attribute name that is associated with the facet reference.
|
String |
targetFacetName()
The target facet name that is associated with the facet reference.
|
FacetAttributeReference.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String targetFacetName()
The target facet name that is associated with the facet reference. See Attribute References for more information.
public String targetAttributeName()
The target attribute name that is associated with the facet reference. See Attribute References for more information.
public FacetAttributeReference.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FacetAttributeReference.Builder,FacetAttributeReference>public static FacetAttributeReference.Builder builder()
public static Class<? extends FacetAttributeReference.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.