com.amazonaws.services.simpledb.model
Class ReplaceableItem

java.lang.Object
  extended by com.amazonaws.services.simpledb.model.ReplaceableItem

public class ReplaceableItem
extends Object

Replaceable Item


Constructor Summary
ReplaceableItem()
           
 
Method Summary
 List<ReplaceableAttribute> getAttributes()
          List of Replaceable Attributes.
 String getName()
          Item Name.
 void setAttributes(Collection<ReplaceableAttribute> attributes)
          List of Replaceable Attributes.
 void setName(String name)
          Item Name.
 String toString()
           
 ReplaceableItem withAttributes(Collection<ReplaceableAttribute> attributes)
          List of Replaceable Attributes.
 ReplaceableItem withAttributes(ReplaceableAttribute... attributes)
          List of Replaceable Attributes.
 ReplaceableItem withName(String name)
          Item Name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplaceableItem

public ReplaceableItem()
Method Detail

getName

public String getName()
Item Name.

Returns:
Item Name.

setName

public void setName(String name)
Item Name.

Parameters:
name - Item Name.

withName

public ReplaceableItem withName(String name)
Item Name.

Returns a reference to this object so that method calls can be chained together.

Parameters:
name - Item Name.
Returns:
A reference to this updated object so that method calls can be chained together.

getAttributes

public List<ReplaceableAttribute> getAttributes()
List of Replaceable Attributes.

Returns:
List of Replaceable Attributes.

setAttributes

public void setAttributes(Collection<ReplaceableAttribute> attributes)
List of Replaceable Attributes.

Parameters:
attributes - List of Replaceable Attributes.

withAttributes

public ReplaceableItem withAttributes(ReplaceableAttribute... attributes)
List of Replaceable Attributes.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributes - List of Replaceable Attributes.
Returns:
A reference to this updated object so that method calls can be chained together.

withAttributes

public ReplaceableItem withAttributes(Collection<ReplaceableAttribute> attributes)
List of Replaceable Attributes.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributes - List of Replaceable Attributes.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.