Class DeletableItem
java.lang.Object
com.amazonaws.services.simpledb.model.DeletableItem
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for DeletableItem object.DeletableItem
(String name, List<Attribute> attributes) Constructs a new DeletableItem object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
int
hashCode()
void
setAttributes
(Collection<Attribute> attributes) void
toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(Attribute... attributes) NOTE: This method appends the values to the existing list (if any).withAttributes
(Collection<Attribute> attributes)
-
Constructor Details
-
DeletableItem
public DeletableItem()Default constructor for DeletableItem object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
DeletableItem
Constructs a new DeletableItem object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
name
-attributes
-
-
-
Method Details
-
setName
- Parameters:
name
-
-
getName
- Returns:
-
withName
- Parameters:
name
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAttributes
- Returns:
-
setAttributes
- Parameters:
attributes
-
-
withAttributes
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
orwithAttributes(java.util.Collection)
if you want to override the existing values.- Parameters:
attributes
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAttributes
- Parameters:
attributes
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-