|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpledb.model.GetAttributesResult
public class GetAttributesResult
Get Attributes Result
Constructor Summary | |
---|---|
GetAttributesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Attribute> |
getAttributes()
The list of attributes returned by the operation. |
int |
hashCode()
|
void |
setAttributes(Collection<Attribute> attributes)
The list of attributes returned by the operation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetAttributesResult |
withAttributes(Attribute... attributes)
The list of attributes returned by the operation. |
GetAttributesResult |
withAttributes(Collection<Attribute> attributes)
The list of attributes returned by the operation. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetAttributesResult()
Method Detail |
---|
public List<Attribute> getAttributes()
public void setAttributes(Collection<Attribute> attributes)
attributes
- The list of attributes returned by the operation.public GetAttributesResult withAttributes(Attribute... attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- The list of attributes returned by the operation.public GetAttributesResult withAttributes(Collection<Attribute> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- The list of attributes returned by the operation.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |