Class FacetAttributeUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.FacetAttributeUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
@Generated("software.amazon.awssdk:codegen") public final class FacetAttributeUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
A structure that contains information used to update an attribute.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFacetAttributeUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateActionTypeaction()The action to perform when updating the attribute.StringactionAsString()The action to perform when updating the attribute.FacetAttributeattribute()The attribute to update.static FacetAttributeUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FacetAttributeUpdate.Builder>serializableBuilderClass()FacetAttributeUpdate.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
-
attribute
public final FacetAttribute attribute()
The attribute to update.
- Returns:
- The attribute to update.
-
action
public final UpdateActionType action()
The action to perform when updating the attribute.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnUpdateActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action to perform when updating the attribute.
- See Also:
UpdateActionType
-
actionAsString
public final String actionAsString()
The action to perform when updating the attribute.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnUpdateActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action to perform when updating the attribute.
- See Also:
UpdateActionType
-
toBuilder
public FacetAttributeUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
-
builder
public static FacetAttributeUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends FacetAttributeUpdate.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.
-
-