@Generated(value="software.amazon.awssdk:codegen") public final class ObjectAttributeUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
Structure that contains attribute update information.
Modifier and Type | Class and Description |
---|---|
static interface |
ObjectAttributeUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static ObjectAttributeUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ObjectAttributeAction |
objectAttributeAction()
The action to perform as part of the attribute update.
|
AttributeKey |
objectAttributeKey()
The key of the attribute being updated.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.