Packagecom.amazonaws.services.sqs.model
Classpublic class DeleteQueueResult
InheritanceDeleteQueueResult Inheritance AmazonWebServiceResult Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Since : February 4. 2011
Runtime Versions : Flash Player 10.1, AIR 2.5

Container for the 'DeleteQueue operation' response parameters.



Public Properties
 PropertyDefined By
 InheritedrawData : Object
Gets received raw data (XML format).
AmazonWebServiceResult
Public Methods
 MethodDefined By
  
DeleteQueueResult
 Inherited
getRequestId():String
The AWS request ID that uniquely identifies the service request the caller made.
AmazonWebServiceResult
 Inherited
parse(data:Object = null):ResponseResult
This method parses XML response from Amazon SQS service.
AmazonWebServiceResult
 Inherited
setRequestId(requestId:String):void
The AWS request ID that uniquely identifies the service request the caller made.
AmazonWebServiceResult
  
toString():String
[override] Returns a string representation of this object; useful for testing and debugging.
DeleteQueueResult
 Inherited
withRawData(rawData:Object):ResponseResult
Sets new raw data.
AmazonWebServiceResult
 Inherited
withRequestId(requestId:String):ResponseResult
The AWS request ID that uniquely identifies the service request the caller made.
AmazonWebServiceResult
Constructor Detail
DeleteQueueResult()Constructor
public function DeleteQueueResult()

Method Detail
toString()method
override public function toString():String

Returns a string representation of this object; useful for testing and debugging.

Returns
String — A string representation of this object.