@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.UpdateActionType
public String getObjectAttributeActionType()
Type can be either Update or Delete.
UpdateActionType
public ObjectAttributeAction withObjectAttributeActionType(String objectAttributeActionType)
Type can be either Update or Delete.
objectAttributeActionType
- Type can be either Update or Delete.UpdateActionType
public void setObjectAttributeActionType(UpdateActionType objectAttributeActionType)
Type can be either Update or Delete.
objectAttributeActionType
- Type can be either Update or Delete.UpdateActionType
public ObjectAttributeAction withObjectAttributeActionType(UpdateActionType objectAttributeActionType)
Type can be either Update or Delete.
objectAttributeActionType
- Type can be either Update or Delete.UpdateActionType
public 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 Object
Object.toString()
public ObjectAttributeAction clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.