public final class GetQueueAttributesResult extends Object implements Serializable
A list of returned queue attributes.
Constructor and Description |
---|
GetQueueAttributesResult(Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAttributes()
A map of attributes to the respective values.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public Map<String,String> getAttributes()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2019. All rights reserved.