|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.AttributeValue
public class AttributeValue
AttributeValue can be String, Number, StringSet, NumberSet.
Constructor Summary | |
---|---|
AttributeValue()
Default constructor for a new AttributeValue object. |
|
AttributeValue(java.util.List<java.lang.String> sS)
Constructs a new AttributeValue object. |
|
AttributeValue(java.lang.String s)
Constructs a new AttributeValue object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getN()
AttributeValue can be String, Number, StringSet, NumberSet. |
java.util.List<java.lang.String> |
getNS()
AttributeValue can be String, Number, StringSet, NumberSet. |
java.lang.String |
getS()
AttributeValue can be String, Number, StringSet, NumberSet. |
java.util.List<java.lang.String> |
getSS()
AttributeValue can be String, Number, StringSet, NumberSet. |
int |
hashCode()
|
void |
setN(java.lang.String n)
AttributeValue can be String, Number, StringSet, NumberSet. |
void |
setNS(java.util.Collection<java.lang.String> nS)
AttributeValue can be String, Number, StringSet, NumberSet. |
void |
setS(java.lang.String s)
AttributeValue can be String, Number, StringSet, NumberSet. |
void |
setSS(java.util.Collection<java.lang.String> sS)
AttributeValue can be String, Number, StringSet, NumberSet. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AttributeValue |
withN(java.lang.String n)
AttributeValue can be String, Number, StringSet, NumberSet. |
AttributeValue |
withNS(java.util.Collection<java.lang.String> nS)
AttributeValue can be String, Number, StringSet, NumberSet. |
AttributeValue |
withNS(java.lang.String... nS)
AttributeValue can be String, Number, StringSet, NumberSet. |
AttributeValue |
withS(java.lang.String s)
AttributeValue can be String, Number, StringSet, NumberSet. |
AttributeValue |
withSS(java.util.Collection<java.lang.String> sS)
AttributeValue can be String, Number, StringSet, NumberSet. |
AttributeValue |
withSS(java.lang.String... sS)
AttributeValue can be String, Number, StringSet, NumberSet. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeValue()
public AttributeValue(java.lang.String s)
s
- AttributeValue can be String, Number, StringSet, NumberSet.
Strings are Unicode with UTF-8 binary encoding. The maximum size is
limited by the size of the primary key (1024 bytes as a range part of
a key or 2048 bytes as a single part hash key) or the item size (64k).public AttributeValue(java.util.List<java.lang.String> sS)
sS
- AttributeValue can be String, Number, StringSet, NumberSet.
A Set of Strings.Method Detail |
---|
public java.lang.String getS()
public void setS(java.lang.String s)
s
- AttributeValue can be String, Number, StringSet, NumberSet. Strings
are Unicode with UTF-8 binary encoding. The maximum size is limited by
the size of the primary key (1024 bytes as a range part of a key or
2048 bytes as a single part hash key) or the item size (64k).public AttributeValue withS(java.lang.String s)
Returns a reference to this object so that method calls can be chained together.
s
- AttributeValue can be String, Number, StringSet, NumberSet. Strings
are Unicode with UTF-8 binary encoding. The maximum size is limited by
the size of the primary key (1024 bytes as a range part of a key or
2048 bytes as a single part hash key) or the item size (64k).
public java.lang.String getN()
public void setN(java.lang.String n)
n
- AttributeValue can be String, Number, StringSet, NumberSet. Numbers
are positive or negative exact-value decimals and integers. A number
can have up to 38 digits precision and can be between 10^-128 to
10^+126.public AttributeValue withN(java.lang.String n)
Returns a reference to this object so that method calls can be chained together.
n
- AttributeValue can be String, Number, StringSet, NumberSet. Numbers
are positive or negative exact-value decimals and integers. A number
can have up to 38 digits precision and can be between 10^-128 to
10^+126.
public java.util.List<java.lang.String> getSS()
public void setSS(java.util.Collection<java.lang.String> sS)
sS
- AttributeValue can be String, Number, StringSet, NumberSet. A Set of
Strings.public AttributeValue withSS(java.lang.String... sS)
Returns a reference to this object so that method calls can be chained together.
sS
- AttributeValue can be String, Number, StringSet, NumberSet. A Set of
Strings.
public AttributeValue withSS(java.util.Collection<java.lang.String> sS)
Returns a reference to this object so that method calls can be chained together.
sS
- AttributeValue can be String, Number, StringSet, NumberSet. A Set of
Strings.
public java.util.List<java.lang.String> getNS()
public void setNS(java.util.Collection<java.lang.String> nS)
nS
- AttributeValue can be String, Number, StringSet, NumberSet. A Set of
Numbers.public AttributeValue withNS(java.lang.String... nS)
Returns a reference to this object so that method calls can be chained together.
nS
- AttributeValue can be String, Number, StringSet, NumberSet. A Set of
Numbers.
public AttributeValue withNS(java.util.Collection<java.lang.String> nS)
Returns a reference to this object so that method calls can be chained together.
nS
- AttributeValue can be String, Number, StringSet, NumberSet. A Set of
Numbers.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |