|
||||||||||
| 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
Attribute
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary | |
|---|---|
String |
getAlternateNameEncoding()
Returns the value of the AlternateNameEncoding property for this object. |
String |
getAlternateValueEncoding()
Returns the value of the AlternateValueEncoding property for this object. |
String |
getName()
Attribute Name. |
String |
getValue()
Attribute Value. |
void |
setAlternateNameEncoding(String alternateNameEncoding)
Sets the value of the AlternateNameEncoding property for this object. |
void |
setAlternateValueEncoding(String alternateValueEncoding)
Sets the value of the AlternateValueEncoding property for this object. |
void |
setName(String name)
Attribute Name. |
void |
setValue(String value)
Attribute Value. |
String |
toString()
|
Attribute |
withAlternateNameEncoding(String alternateNameEncoding)
Sets the value of the AlternateNameEncoding property for this object. |
Attribute |
withAlternateValueEncoding(String alternateValueEncoding)
Sets the value of the AlternateValueEncoding property for this object. |
Attribute |
withName(String name)
Attribute Name. |
Attribute |
withValue(String value)
Attribute Value. |
| 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 - Attribute Name.public Attribute withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - Attribute Name.
public String getAlternateNameEncoding()
public void setAlternateNameEncoding(String alternateNameEncoding)
alternateNameEncoding - The new value for the AlternateNameEncoding property for this object.public Attribute 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 String getValue()
public void setValue(String value)
value - Attribute Value.public Attribute withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value - Attribute Value.
public String getAlternateValueEncoding()
public void setAlternateValueEncoding(String alternateValueEncoding)
alternateValueEncoding - The new value for the AlternateValueEncoding property for this object.public Attribute withAlternateValueEncoding(String alternateValueEncoding)
Returns a reference to this object so that method calls can be chained together.
alternateValueEncoding - The new value for the AlternateValueEncoding property for this object.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||