@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ObjectAttributeUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Structure that contains attribute update information.
Constructor and Description |
---|
ObjectAttributeUpdate() |
Modifier and Type | Method and Description |
---|---|
ObjectAttributeUpdate |
clone() |
boolean |
equals(Object obj) |
ObjectAttributeAction |
getObjectAttributeAction()
The action to perform as part of the attribute update.
|
AttributeKey |
getObjectAttributeKey()
The key of the attribute being updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
|
void |
setObjectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ObjectAttributeUpdate |
withObjectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
|
ObjectAttributeUpdate |
withObjectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
|
public void setObjectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
objectAttributeKey
- The key of the attribute being updated.public AttributeKey getObjectAttributeKey()
The key of the attribute being updated.
public ObjectAttributeUpdate withObjectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
objectAttributeKey
- The key of the attribute being updated.public void setObjectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
objectAttributeAction
- The action to perform as part of the attribute update.public ObjectAttributeAction getObjectAttributeAction()
The action to perform as part of the attribute update.
public ObjectAttributeUpdate withObjectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
objectAttributeAction
- The action to perform as part of the attribute update.public String toString()
toString
in class Object
Object.toString()
public ObjectAttributeUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.