Class TypedLinkFacetAttributeUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.TypedLinkFacetAttributeUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>
@Generated("software.amazon.awssdk:codegen") public final class TypedLinkFacetAttributeUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>
A typed link facet attribute update.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTypedLinkFacetAttributeUpdate.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.TypedLinkAttributeDefinitionattribute()The attribute to update.static TypedLinkFacetAttributeUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TypedLinkFacetAttributeUpdate.Builder>serializableBuilderClass()TypedLinkFacetAttributeUpdate.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 TypedLinkAttributeDefinition 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 TypedLinkFacetAttributeUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>
-
builder
public static TypedLinkFacetAttributeUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends TypedLinkFacetAttributeUpdate.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.
-
-