|
|||||||
| 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 | |
|---|---|
Map<String,String> |
getAttributes()
A list of attributes. |
void |
setAttributes(Map<String,String> attributes)
A list of attributes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetQueueAttributesResult |
withAttributes(Map<String,String> attributes)
A list of attributes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, 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 list of attributes.public GetQueueAttributesResult withAttributes(Map<String,String> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - A list of attributes.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||