Class LinkAttributeAction
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.LinkAttributeAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LinkAttributeAction.Builder,LinkAttributeAction>
@Generated("software.amazon.awssdk:codegen") public final class LinkAttributeAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LinkAttributeAction.Builder,LinkAttributeAction>
The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLinkAttributeAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateActionTypeattributeActionType()A type that can be eitherUPDATE_OR_CREATEorDELETE.StringattributeActionTypeAsString()A type that can be eitherUPDATE_OR_CREATEorDELETE.TypedAttributeValueattributeUpdateValue()The value that you want to update to.static LinkAttributeAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends LinkAttributeAction.Builder>serializableBuilderClass()LinkAttributeAction.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
-
attributeActionType
public final UpdateActionType attributeActionType()
A type that can be either
UPDATE_OR_CREATEorDELETE.If the service returns an enum value that is not available in the current SDK version,
attributeActionTypewill returnUpdateActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeActionTypeAsString().- Returns:
- A type that can be either
UPDATE_OR_CREATEorDELETE. - See Also:
UpdateActionType
-
attributeActionTypeAsString
public final String attributeActionTypeAsString()
A type that can be either
UPDATE_OR_CREATEorDELETE.If the service returns an enum value that is not available in the current SDK version,
attributeActionTypewill returnUpdateActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeActionTypeAsString().- Returns:
- A type that can be either
UPDATE_OR_CREATEorDELETE. - See Also:
UpdateActionType
-
attributeUpdateValue
public final TypedAttributeValue attributeUpdateValue()
The value that you want to update to.
- Returns:
- The value that you want to update to.
-
toBuilder
public LinkAttributeAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LinkAttributeAction.Builder,LinkAttributeAction>
-
builder
public static LinkAttributeAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends LinkAttributeAction.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.
-
-