Class GetAttributesResult
java.lang.Object
com.amazonaws.services.simpledb.model.GetAttributesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of attributes returned by the operation.int
hashCode()
void
setAttributes
(Collection<Attribute> attributes) The list of attributes returned by the operation.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(Attribute... attributes) The list of attributes returned by the operation.withAttributes
(Collection<Attribute> attributes) The list of attributes returned by the operation.
-
Constructor Details
-
GetAttributesResult
public GetAttributesResult()
-
-
Method Details
-
getAttributes
The list of attributes returned by the operation.- Returns:
- The list of attributes returned by the operation.
-
setAttributes
The list of attributes returned by the operation.- Parameters:
attributes
- The list of attributes returned by the operation.
-
withAttributes
The list of attributes returned by the operation.NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
orwithAttributes(java.util.Collection)
if you want to override the existing values.- Parameters:
attributes
- The list of attributes returned by the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAttributes
The list of attributes returned by the operation.- Parameters:
attributes
- The list of attributes returned by the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-