@Deprecated
public class ExpectedAttributeValue
extends java.lang.Object
implements java.io.Serializable
Allows you to provide an attribute name, and whether or not Amazon DynamoDB should check to see if the attribute value already exists; or if the attribute value exists and has a particular value before changing it.
| コンストラクタと説明 |
|---|
ExpectedAttributeValue()
非推奨です。
Default constructor for a new ExpectedAttributeValue object.
|
ExpectedAttributeValue(AttributeValue value)
非推奨です。
Constructs a new ExpectedAttributeValue object.
|
ExpectedAttributeValue(java.lang.Boolean exists)
非推奨です。
Constructs a new ExpectedAttributeValue object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.Boolean |
getExists()
非推奨です。
Specify whether or not a value already exists for the attribute
name-value pair.
|
AttributeValue |
getValue()
非推奨です。
Specify whether or not a value already exists and has a specific
content for the attribute name-value pair.
|
int |
hashCode()
非推奨です。
|
java.lang.Boolean |
isExists()
非推奨です。
Specify whether or not a value already exists for the attribute
name-value pair.
|
void |
setExists(java.lang.Boolean exists)
非推奨です。
Specify whether or not a value already exists for the attribute
name-value pair.
|
void |
setValue(AttributeValue value)
非推奨です。
Specify whether or not a value already exists and has a specific
content for the attribute name-value pair.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
ExpectedAttributeValue |
withExists(java.lang.Boolean exists)
非推奨です。
Specify whether or not a value already exists for the attribute
name-value pair.
|
ExpectedAttributeValue |
withValue(AttributeValue value)
非推奨です。
Specify whether or not a value already exists and has a specific
content for the attribute name-value pair.
|
public ExpectedAttributeValue()
public ExpectedAttributeValue(AttributeValue value)
value - Specify whether or not a value already exists and has a
specific content for the attribute name-value pair.public ExpectedAttributeValue(java.lang.Boolean exists)
exists - Specify whether or not a value already exists for the
attribute name-value pair.public AttributeValue getValue()
public void setValue(AttributeValue value)
value - Specify whether or not a value already exists and has a specific
content for the attribute name-value pair.public ExpectedAttributeValue withValue(AttributeValue value)
Returns a reference to this object so that method calls can be chained together.
value - Specify whether or not a value already exists and has a specific
content for the attribute name-value pair.public java.lang.Boolean isExists()
public void setExists(java.lang.Boolean exists)
exists - Specify whether or not a value already exists for the attribute
name-value pair.public ExpectedAttributeValue withExists(java.lang.Boolean exists)
Returns a reference to this object so that method calls can be chained together.
exists - Specify whether or not a value already exists for the attribute
name-value pair.public java.lang.Boolean getExists()
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object