@Generated(value="software.amazon.awssdk:codegen") public final class FacetAttributeReference extends Object implements SdkPojo, Serializable, 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() |
List<SdkField<?>> |
sdkFields() |
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() |
copy
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.