@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LinkAttributeUpdate.Builder> |
serializableBuilderClass() |
LinkAttributeUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public AttributeKey attributeKey()
The key of the attribute being updated.
public LinkAttributeAction attributeAction()
The action to perform as part of the attribute update.
public LinkAttributeUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LinkAttributeUpdate.Builder,LinkAttributeUpdate>
public static LinkAttributeUpdate.Builder builder()
public static Class<? extends LinkAttributeUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.