Package | com.amazonaws.services.sqs.model |
Class | public class GetQueueAttributesRequest |
Inheritance | GetQueueAttributesRequest ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | January 30. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
GetQueueAttributesRequest(queueUrl:String = null)
Constructs a new GetQueueAttributesRequest object. | GetQueueAttributesRequest | ||
getAttributeNames():Array
A list of attributes to get. | GetQueueAttributesRequest | ||
getQueueUrl():String
The queue URL. | GetQueueAttributesRequest | ||
setAttributeNames(attributeNames:Array):void
A list of attributes to set. | GetQueueAttributesRequest | ||
setQueueUrl(queueUrl:String):void
Expected queue URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName). | GetQueueAttributesRequest | ||
toString():String
Returns a string representation of this object; useful for testing and debugging. | GetQueueAttributesRequest | ||
withAttributeNames(attributeNames:Array):GetQueueAttributesRequest
A list of attributes to get. | GetQueueAttributesRequest | ||
withQueueUrl(queueUrl:String):GetQueueAttributesRequest
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName). | GetQueueAttributesRequest |
GetQueueAttributesRequest | () | Constructor |
public function GetQueueAttributesRequest(queueUrl:String = null)
Constructs a new GetQueueAttributesRequest 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)
|
getAttributeNames | () | method |
public function getAttributeNames():Array
A list of attributes to get.
ReturnsArray — A list of attributes to get.
|
getQueueUrl | () | method |
public function getQueueUrl():String
The queue URL. (http|https://endpoint/12digitOwnerAccountId/QueueName).
ReturnsString — queue URL
|
setAttributeNames | () | method |
public function setAttributeNames(attributeNames:Array):void
A list of attributes to set.
Parameters
attributeNames:Array — A list of attributes to set.
Queues currently have nine (9) attributes you can get:
|
See also
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.
|
withAttributeNames | () | method |
public function withAttributeNames(attributeNames:Array):GetQueueAttributesRequest
A list of attributes to get. Returns a reference to this object so that method calls can be chained together.
Parameters
attributeNames:Array — A list of attributes to set.
Queues currently have nine (9) attributes you can get:
|
GetQueueAttributesRequest — A reference to this updated object so that method calls can be chained together.
|
See also
withQueueUrl | () | method |
public function withQueueUrl(queueUrl:String):GetQueueAttributesRequest
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).
Parameters
queueUrl:String — queue URL
|
GetQueueAttributesRequest — A reference to this updated object so that method calls can be chained together.
|