com.amazonaws.services.sqs.model
Class GetQueueAttributesResult

java.lang.Object
  extended by com.amazonaws.services.sqs.model.GetQueueAttributesResult

public class GetQueueAttributesResult
extends Object


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()
           
 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

GetQueueAttributesResult

public GetQueueAttributesResult()
Method Detail

getAttributes

public Map<String,String> getAttributes()
A list of attributes.

Returns:
A list of attributes.

setAttributes

public void setAttributes(Map<String,String> attributes)
A list of attributes.

Parameters:
attributes - A list of attributes.

withAttributes

public GetQueueAttributesResult withAttributes(Map<String,String> attributes)
A list of attributes.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributes - A list of attributes.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.