com.amazonaws.services.simpledb.model
Class Item

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

public class Item
extends Object

Item


Constructor Summary
Item()
           
 
Method Summary
 String getAlternateNameEncoding()
          Returns the value of the AlternateNameEncoding property for this object.
 List<Attribute> getAttributes()
          List of Attributes.
 String getName()
          Item Name.
 void setAlternateNameEncoding(String alternateNameEncoding)
          Sets the value of the AlternateNameEncoding property for this object.
 void setAttributes(Collection<Attribute> attributes)
          List of Attributes.
 void setName(String name)
          Item Name.
 String toString()
           
 Item withAlternateNameEncoding(String alternateNameEncoding)
          Sets the value of the AlternateNameEncoding property for this object.
 Item withAttributes(Attribute... attributes)
          List of Attributes.
 Item withAttributes(Collection<Attribute> attributes)
          List of Attributes.
 Item withName(String name)
          Item Name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item

public Item()
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 Item 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.

getAlternateNameEncoding

public String getAlternateNameEncoding()
Returns the value of the AlternateNameEncoding property for this object.

Returns:
The value of the AlternateNameEncoding property for this object.

setAlternateNameEncoding

public void setAlternateNameEncoding(String alternateNameEncoding)
Sets the value of the AlternateNameEncoding property for this object.

Parameters:
alternateNameEncoding - The new value for the AlternateNameEncoding property for this object.

withAlternateNameEncoding

public Item withAlternateNameEncoding(String alternateNameEncoding)
Sets the value of the AlternateNameEncoding property for this object.

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

Parameters:
alternateNameEncoding - The new value for the AlternateNameEncoding property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getAttributes

public List<Attribute> getAttributes()
List of Attributes.

Returns:
List of Attributes.

setAttributes

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

Parameters:
attributes - List of Attributes.

withAttributes

public Item withAttributes(Attribute... attributes)
List of Attributes.

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

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

withAttributes

public Item withAttributes(Collection<Attribute> attributes)
List of Attributes.

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

Parameters:
attributes - List of 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.