@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LinkAttributeUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Structure that contains attribute update information.
| Constructor and Description |
|---|
LinkAttributeUpdate() |
| Modifier and Type | Method and Description |
|---|---|
LinkAttributeUpdate |
clone() |
boolean |
equals(Object obj) |
LinkAttributeAction |
getAttributeAction()
The action to perform as part of the attribute update.
|
AttributeKey |
getAttributeKey()
The key of the attribute being updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
|
void |
setAttributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
|
String |
toString()
Returns a string representation of this object.
|
LinkAttributeUpdate |
withAttributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
|
LinkAttributeUpdate |
withAttributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
|
public void setAttributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
attributeKey - The key of the attribute being updated.public AttributeKey getAttributeKey()
The key of the attribute being updated.
public LinkAttributeUpdate withAttributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
attributeKey - The key of the attribute being updated.public void setAttributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
attributeAction - The action to perform as part of the attribute update.public LinkAttributeAction getAttributeAction()
The action to perform as part of the attribute update.
public LinkAttributeUpdate withAttributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
attributeAction - The action to perform as part of the attribute update.public String toString()
toString in class ObjectObject.toString()public LinkAttributeUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.