@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAttributesResult extends AmazonWebServiceResult<SimpleDBResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetAttributesResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Attribute> getAttributes()
public void setAttributes(Collection<Attribute> attributes)
attributes
- The list of attributes returned by the operation.public GetAttributesResult withAttributes(Attribute... attributes)
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
or withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The list of attributes returned by the operation.public GetAttributesResult withAttributes(Collection<Attribute> attributes)
attributes
- The list of attributes returned by the operation.public String toString()
toString
in class Object
Object.toString()
public GetAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.