StructuredPojo
, ToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
@Generated("software.amazon.awssdk:codegen") public class ObjectAttributeUpdate extends Object implements StructuredPojo, ToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
Structure that contains attribute update information.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ObjectAttributeUpdate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ObjectAttributeUpdate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
ObjectAttributeAction |
objectAttributeAction() |
The action to perform as part of the attribute update.
|
AttributeKey |
objectAttributeKey() |
The key of the attribute being updated.
|
static Class<? extends ObjectAttributeUpdate.Builder> |
serializableBuilderClass() |
|
ObjectAttributeUpdate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public AttributeKey objectAttributeKey()
The key of the attribute being updated.
public ObjectAttributeAction objectAttributeAction()
The action to perform as part of the attribute update.
public ObjectAttributeUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
public static ObjectAttributeUpdate.Builder builder()
public static Class<? extends ObjectAttributeUpdate.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.