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()booleanThe list of attributes returned by the operation.inthashCode()voidsetAttributes(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
-
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
-
equals
-
hashCode
-
clone
-