StructuredPojo
, ToCopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
@Generated("software.amazon.awssdk:codegen") public class FacetAttributeUpdate extends Object implements StructuredPojo, ToCopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
A structure that contains information used to update an attribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
FacetAttributeUpdate.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
action() |
The action to perform when updating the attribute.
|
FacetAttribute |
attribute() |
The attribute to update.
|
static FacetAttributeUpdate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends FacetAttributeUpdate.Builder> |
serializableBuilderClass() |
|
FacetAttributeUpdate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public FacetAttribute attribute()
The attribute to update.
public String action()
The action to perform when updating the attribute.
UpdateActionType
public FacetAttributeUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
public static FacetAttributeUpdate.Builder builder()
public static Class<? extends FacetAttributeUpdate.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.