@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AttributeKey objectAttributeKey()
The key of the attribute being updated.
public final ObjectAttributeAction objectAttributeAction()
The action to perform as part of the attribute update.
public ObjectAttributeUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>public static ObjectAttributeUpdate.Builder builder()
public static Class<? extends ObjectAttributeUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.