|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sqs.model.GetQueueAttributesResult
public class GetQueueAttributesResult
Constructor Summary | |
---|---|
GetQueueAttributesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Map<String,String> |
getAttributes()
A map of attributes to the respective values. |
int |
hashCode()
|
void |
setAttributes(Map<String,String> attributes)
A map of attributes to the 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 the respective values. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetQueueAttributesResult()
Method Detail |
---|
public Map<String,String> getAttributes()
public void setAttributes(Map<String,String> attributes)
attributes
- A map of attributes to the respective values.public GetQueueAttributesResult withAttributes(Map<String,String> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- A map of attributes to the respective values.
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 |