@Generated(value="software.amazon.awssdk:codegen") public final class LinkAttributeUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LinkAttributeUpdate.Builder,LinkAttributeUpdate>
Structure that contains attribute update information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LinkAttributeUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
LinkAttributeAction |
attributeAction()
The action to perform as part of the attribute update.
|
AttributeKey |
attributeKey()
The key of the attribute being updated.
|
static LinkAttributeUpdate.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 LinkAttributeUpdate.Builder> |
serializableBuilderClass() |
LinkAttributeUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AttributeKey attributeKey()
The key of the attribute being updated.
public final LinkAttributeAction attributeAction()
The action to perform as part of the attribute update.
public LinkAttributeUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LinkAttributeUpdate.Builder,LinkAttributeUpdate>public static LinkAttributeUpdate.Builder builder()
public static Class<? extends LinkAttributeUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.