|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.simpledb.model.Item
public class Item
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 |
|---|
public Item()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - Item Name.public Item withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - Item Name.
public String getAlternateNameEncoding()
public void setAlternateNameEncoding(String alternateNameEncoding)
alternateNameEncoding - The new value for the AlternateNameEncoding property for this object.public Item withAlternateNameEncoding(String alternateNameEncoding)
Returns a reference to this object so that method calls can be chained together.
alternateNameEncoding - The new value for the AlternateNameEncoding property for this object.
public List<Attribute> getAttributes()
public void setAttributes(Collection<Attribute> attributes)
attributes - List of Attributes.public Item withAttributes(Attribute... attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - List of Attributes.
public Item withAttributes(Collection<Attribute> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - List of Attributes.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||