|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.simpledb.model.ReplaceableAttribute
public class ReplaceableAttribute
Replaceable Attribute
| Constructor Summary | |
|---|---|
ReplaceableAttribute()
|
|
| Method Summary | |
|---|---|
String |
getName()
Attribute Name. |
Boolean |
getReplace()
Flag to specify whether to replace the Attribute/Value or to add a new Attribute/Value. |
String |
getValue()
Attribute Value. |
Boolean |
isReplace()
Flag to specify whether to replace the Attribute/Value or to add a new Attribute/Value. |
void |
setName(String name)
Attribute Name. |
void |
setReplace(Boolean replace)
Flag to specify whether to replace the Attribute/Value or to add a new Attribute/Value. |
void |
setValue(String value)
Attribute Value. |
String |
toString()
|
ReplaceableAttribute |
withName(String name)
Attribute Name. |
ReplaceableAttribute |
withReplace(Boolean replace)
Flag to specify whether to replace the Attribute/Value or to add a new Attribute/Value. |
ReplaceableAttribute |
withValue(String value)
Attribute Value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceableAttribute()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - Attribute Name.public ReplaceableAttribute withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - Attribute Name.
public String getValue()
public void setValue(String value)
value - Attribute Value.public ReplaceableAttribute withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value - Attribute Value.
public Boolean isReplace()
public void setReplace(Boolean replace)
replace - Flag to specify whether to replace the Attribute/Value or to add a new
Attribute/Value. The default setting is false.public ReplaceableAttribute withReplace(Boolean replace)
Returns a reference to this object so that method calls can be chained together.
replace - Flag to specify whether to replace the Attribute/Value or to add a new
Attribute/Value. The default setting is false.
public Boolean getReplace()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||