|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpledb.model.Attribute
public class Attribute
Constructor Summary | |
---|---|
Attribute()
|
Method Summary | |
---|---|
String |
getAlternateNameEncoding()
|
String |
getAlternateValueEncoding()
|
String |
getName()
The name of the attribute. |
String |
getValue()
The value of the attribute. |
void |
setAlternateNameEncoding(String alternateNameEncoding)
|
void |
setAlternateValueEncoding(String alternateValueEncoding)
|
void |
setName(String name)
The name of the attribute. |
void |
setValue(String value)
The value of the attribute. |
String |
toString()
|
Attribute |
withAlternateNameEncoding(String alternateNameEncoding)
|
Attribute |
withAlternateValueEncoding(String alternateValueEncoding)
|
Attribute |
withName(String name)
The name of the attribute. |
Attribute |
withValue(String value)
The value of the attribute. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Attribute()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name of the attribute.public Attribute withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of the attribute.
public String getAlternateNameEncoding()
public void setAlternateNameEncoding(String alternateNameEncoding)
alternateNameEncoding
- public Attribute withAlternateNameEncoding(String alternateNameEncoding)
Returns a reference to this object so that method calls can be chained together.
alternateNameEncoding
-
public String getValue()
public void setValue(String value)
value
- The value of the attribute.public Attribute withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value
- The value of the attribute.
public String getAlternateValueEncoding()
public void setAlternateValueEncoding(String alternateValueEncoding)
alternateValueEncoding
- public Attribute withAlternateValueEncoding(String alternateValueEncoding)
Returns a reference to this object so that method calls can be chained together.
alternateValueEncoding
-
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |