@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQueueAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of returned queue attributes.
Constructor and Description |
---|
GetQueueAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetQueueAttributesResult |
addAttributesEntry(String key,
String value) |
GetQueueAttributesResult |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetQueueAttributesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
A map of attributes to their respective values.
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
A map of attributes to their respective values.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetQueueAttributesResult |
withAttributes(Map<String,String> attributes)
A map of attributes to their respective values.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getAttributes()
A map of attributes to their respective values.
public void setAttributes(Map<String,String> attributes)
A map of attributes to their respective values.
attributes
- A map of attributes to their respective values.public GetQueueAttributesResult withAttributes(Map<String,String> attributes)
A map of attributes to their respective values.
attributes
- A map of attributes to their respective values.public GetQueueAttributesResult addAttributesEntry(String key, String value)
public GetQueueAttributesResult clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetQueueAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.