Class Attribute
java.lang.Object
com.amazonaws.services.simpledb.model.Attribute
- All Implemented Interfaces:
Serializable, Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of the attribute.getValue()The value of the attribute.inthashCode()voidsetAlternateNameEncoding(String alternateNameEncoding) voidsetAlternateValueEncoding(String alternateValueEncoding) voidThe name of the attribute.voidThe value of the attribute.toString()Returns a string representation of this object; useful for testing and debugging.withAlternateNameEncoding(String alternateNameEncoding) withAlternateValueEncoding(String alternateValueEncoding) The name of the attribute.The value of the attribute.
-
Constructor Details
-
Attribute
public Attribute()Default constructor for Attribute object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
Attribute
-
-
Method Details
-
setName
The name of the attribute.- Parameters:
name- The name of the attribute.
-
getName
-
withName
-
setAlternateNameEncoding
- Parameters:
alternateNameEncoding-
-
getAlternateNameEncoding
-
withAlternateNameEncoding
-
setValue
The value of the attribute.- Parameters:
value- The value of the attribute.
-
getValue
-
withValue
-
setAlternateValueEncoding
- Parameters:
alternateValueEncoding-
-
getAlternateValueEncoding
-
withAlternateValueEncoding
-
toString
-
equals
-
hashCode
-
clone
-