com.amazonaws.services.simpledb.model
Class GetAttributesResult

java.lang.Object
  extended by com.amazonaws.services.simpledb.model.GetAttributesResult

public class GetAttributesResult
extends Object

Get Attributes Result


Constructor Summary
GetAttributesResult()
           
 
Method Summary
 List<Attribute> getAttributes()
          Attributes list.
 void setAttributes(Collection<Attribute> attributes)
          Attributes list.
 String toString()
           
 GetAttributesResult withAttributes(Attribute... attributes)
          Attributes list.
 GetAttributesResult withAttributes(Collection<Attribute> attributes)
          Attributes list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAttributesResult

public GetAttributesResult()
Method Detail

getAttributes

public List<Attribute> getAttributes()
Attributes list.

Returns:
Attributes list.

setAttributes

public void setAttributes(Collection<Attribute> attributes)
Attributes list.

Parameters:
attributes - Attributes list.

withAttributes

public GetAttributesResult withAttributes(Attribute... attributes)
Attributes list.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributes - Attributes list.
Returns:
A reference to this updated object so that method calls can be chained together.

withAttributes

public GetAttributesResult withAttributes(Collection<Attribute> attributes)
Attributes list.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributes - Attributes list.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.