@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ObjectAttributeAction extends Object implements Serializable, Cloneable
The action to take on the object attribute.
| Constructor and Description |
|---|
ObjectAttributeAction() |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeAction |
clone() |
boolean |
equals(Object obj) |
String |
getObjectAttributeActionType()
Type can be either Update or Delete.
|
TypedAttributeValue |
getObjectAttributeUpdateValue()
The value that you want to update to.
|
int |
hashCode() |
void |
setObjectAttributeActionType(String objectAttributeActionType)
Type can be either Update or Delete.
|
void |
setObjectAttributeActionType(UpdateActionType objectAttributeActionType)
Type can be either Update or Delete.
|
void |
setObjectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ObjectAttributeAction |
withObjectAttributeActionType(String objectAttributeActionType)
Type can be either Update or Delete.
|
ObjectAttributeAction |
withObjectAttributeActionType(UpdateActionType objectAttributeActionType)
Type can be either Update or Delete.
|
ObjectAttributeAction |
withObjectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
|
public void setObjectAttributeActionType(String objectAttributeActionType)
Type can be either Update or Delete.
objectAttributeActionType - Type can be either Update or Delete.UpdateActionTypepublic String getObjectAttributeActionType()
Type can be either Update or Delete.
UpdateActionTypepublic ObjectAttributeAction withObjectAttributeActionType(String objectAttributeActionType)
Type can be either Update or Delete.
objectAttributeActionType - Type can be either Update or Delete.UpdateActionTypepublic void setObjectAttributeActionType(UpdateActionType objectAttributeActionType)
Type can be either Update or Delete.
objectAttributeActionType - Type can be either Update or Delete.UpdateActionTypepublic ObjectAttributeAction withObjectAttributeActionType(UpdateActionType objectAttributeActionType)
Type can be either Update or Delete.
objectAttributeActionType - Type can be either Update or Delete.UpdateActionTypepublic void setObjectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
objectAttributeUpdateValue - The value that you want to update to.public TypedAttributeValue getObjectAttributeUpdateValue()
The value that you want to update to.
public ObjectAttributeAction withObjectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
objectAttributeUpdateValue - The value that you want to update to.public String toString()
toString in class ObjectObject.toString()public ObjectAttributeAction clone()
Copyright © 2017. All rights reserved.