StructuredPojo
, ToCopyableBuilder<FacetAttributeReference.Builder,FacetAttributeReference>
@Generated("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 | Description |
---|---|---|
static interface |
FacetAttributeReference.Builder |
Modifier and Type | Method | Description |
---|---|---|
static FacetAttributeReference.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FacetAttributeReference.Builder,FacetAttributeReference>
public static FacetAttributeReference.Builder builder()
public static Class<? extends FacetAttributeReference.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.