Class ObjectAttributeUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.ObjectAttributeUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
@Generated("software.amazon.awssdk:codegen") public final class ObjectAttributeUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
Structure that contains attribute update information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceObjectAttributeUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectAttributeUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ObjectAttributeActionobjectAttributeAction()The action to perform as part of the attribute update.AttributeKeyobjectAttributeKey()The key of the attribute being updated.List<SdkField<?>>sdkFields()static Class<? extends ObjectAttributeUpdate.Builder>serializableBuilderClass()ObjectAttributeUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
objectAttributeKey
public final AttributeKey objectAttributeKey()
The key of the attribute being updated.
- Returns:
- The key of the attribute being updated.
-
objectAttributeAction
public final ObjectAttributeAction objectAttributeAction()
The action to perform as part of the attribute update.
- Returns:
- The action to perform as part of the attribute update.
-
toBuilder
public ObjectAttributeUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ObjectAttributeUpdate.Builder,ObjectAttributeUpdate>
-
builder
public static ObjectAttributeUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends ObjectAttributeUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-