Package | com.amazonaws.services.sqs.model |
Class | public class SetQueueAttributesRequest |
Inheritance | SetQueueAttributesRequest ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | February 7. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
SetQueueAttributesRequest(queueUrl:String = null, attributes:Map = null)
Constructs a new SetQueueAttributesRequest object. | SetQueueAttributesRequest | ||
getAttributes():Map
A list of attributes to set. | SetQueueAttributesRequest | ||
getQueueUrl():String
The queue URL. | SetQueueAttributesRequest | ||
setAttributes(attributes:Map):void
A list of attributes to set. | SetQueueAttributesRequest | ||
setQueueUrl(queueUrl:String):void
Expected queue URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName). | SetQueueAttributesRequest | ||
toString():String
Returns a string representation of this object; useful for testing and debugging. | SetQueueAttributesRequest | ||
withAttributes(attributes:Map):SetQueueAttributesRequest
A list of attributes to set. | SetQueueAttributesRequest | ||
withQueueUrl(queueUrl:String):SetQueueAttributesRequest
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName). | SetQueueAttributesRequest |
SetQueueAttributesRequest | () | Constructor |
public function SetQueueAttributesRequest(queueUrl:String = null, attributes:Map = null)
Constructs a new SetQueueAttributesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
ParametersqueueUrl:String (default = null ) — queue URL (http|https://endpoint/12digitOwnerAccountId/QueueName)
| |
attributes:Map (default = null ) — A list of attributes to set. Queues currently have four (4) attributes you can set:
|
See also
getAttributes | () | method |
public function getAttributes():Map
A list of attributes to set.
Valid attributes:Map — A list of attributes to set.
|
getQueueUrl | () | method |
public function getQueueUrl():String
The queue URL. (http|https://endpoint/12digitOwnerAccountId/QueueName).
ReturnsString — queue URL
|
setAttributes | () | method |
public function setAttributes(attributes:Map):void
A list of attributes to set.
Valid attributes:Parameters
attributes:Map — list of attributes to set.
|
setQueueUrl | () | method |
public function setQueueUrl(queueUrl:String):void
Expected queue URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).
Parameters
queueUrl:String — query URL
|
toString | () | method |
public function toString():String
Returns a string representation of this object; useful for testing and debugging.
ReturnsString — A string representation of this object.
|
withAttributes | () | method |
public function withAttributes(attributes:Map):SetQueueAttributesRequest
A list of attributes to set. Returns a reference to this object so that method calls can be chained together.
Valid attributes:Parameters
attributes:Map — A list of attributes to set.
|
SetQueueAttributesRequest — A reference to this updated object so that method calls can be chained together.
|
withQueueUrl | () | method |
public function withQueueUrl(queueUrl:String):SetQueueAttributesRequest
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).
Parameters
queueUrl:String — queue URL
|
SetQueueAttributesRequest — A reference to this updated object so that method calls can be chained together.
|