@Generated(value="software.amazon.awssdk:codegen") public final class TypedLinkFacetAttributeUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>
A typed link facet attribute update.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypedLinkFacetAttributeUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
UpdateActionType |
action()
The action to perform when updating the attribute.
|
String |
actionAsString()
The action to perform when updating the attribute.
|
TypedLinkAttributeDefinition |
attribute()
The attribute to update.
|
static TypedLinkFacetAttributeUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypedLinkFacetAttributeUpdate.Builder> |
serializableBuilderClass() |
TypedLinkFacetAttributeUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TypedLinkAttributeDefinition attribute()
The attribute to update.
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, action will
return UpdateActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
UpdateActionTypepublic 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, action will
return UpdateActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
UpdateActionTypepublic TypedLinkFacetAttributeUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>public static TypedLinkFacetAttributeUpdate.Builder builder()
public static Class<? extends TypedLinkFacetAttributeUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.