|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.ExpectedAttributeValue
public class ExpectedAttributeValue
Exists : Use this parameter to specify whether or not a value already exists for the attribute name-value pair. Value : Use this parameter to specify whether or not a value already exists and has a specific content for the attribute name-value pair.
Constructor Summary | |
---|---|
ExpectedAttributeValue()
Default constructor for a new ExpectedAttributeValue object. |
|
ExpectedAttributeValue(AttributeValue value)
Constructs a new ExpectedAttributeValue object. |
|
ExpectedAttributeValue(Boolean exists)
Constructs a new ExpectedAttributeValue object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getExists()
Returns the value of the Exists property for this object. |
AttributeValue |
getValue()
AttributeValue can be String, Number, StringSet, NumberSet. |
int |
hashCode()
|
Boolean |
isExists()
Returns the value of the Exists property for this object. |
void |
setExists(Boolean exists)
Sets the value of the Exists property for this object. |
void |
setValue(AttributeValue value)
AttributeValue can be String, Number, StringSet, NumberSet. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ExpectedAttributeValue |
withExists(Boolean exists)
Sets the value of the Exists property for this object. |
ExpectedAttributeValue |
withValue(AttributeValue value)
AttributeValue can be String, Number, StringSet, NumberSet. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExpectedAttributeValue()
public ExpectedAttributeValue(AttributeValue value)
value
- AttributeValue can be String, Number, StringSet,
NumberSet.public ExpectedAttributeValue(Boolean exists)
exists
- Method Detail |
---|
public AttributeValue getValue()
public void setValue(AttributeValue value)
value
- AttributeValue can be String, Number, StringSet, NumberSet.public ExpectedAttributeValue withValue(AttributeValue value)
Returns a reference to this object so that method calls can be chained together.
value
- AttributeValue can be String, Number, StringSet, NumberSet.
public Boolean isExists()
public void setExists(Boolean exists)
exists
- The new value for the Exists property for this object.public ExpectedAttributeValue withExists(Boolean exists)
Returns a reference to this object so that method calls can be chained together.
exists
- The new value for the Exists property for this object.
public Boolean getExists()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |