Package com.amazonaws.services.sqs.model
Class GetQueueAttributesResult
java.lang.Object
com.amazonaws.services.sqs.model.GetQueueAttributesResult
- All Implemented Interfaces:
Serializable
,Cloneable
A list of returned queue attributes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesEntry
(String key, String value) Removes all the entries added into Attributes.clone()
boolean
A map of attributes to the respective values.int
hashCode()
void
setAttributes
(Map<String, String> attributes) A map of attributes to the respective values.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(Map<String, String> attributes) A map of attributes to the respective values.
-
Constructor Details
-
GetQueueAttributesResult
public GetQueueAttributesResult()
-
-
Method Details
-
getAttributes
A map of attributes to the respective values.
- Returns:
- A map of attributes to the respective values.
-
setAttributes
A map of attributes to the respective values.
- Parameters:
attributes
- A map of attributes to the respective values.
-
withAttributes
A map of attributes to the respective values.
- Parameters:
attributes
- A map of attributes to the respective values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addAttributesEntry
-
clearAttributesEntries
Removes all the entries added into Attributes. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-