GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Amazon::SimpleDB::Response(3) User Contributed Perl Documentation Amazon::SimpleDB::Response(3)

Amazon::SimpleDB::Response - a class representing a generic response from the SimpleDB service.

This is code is in the early stages of development. Do not consider it stable. Feedback and patches welcome.

This is a generic response class for the results of any request that does not require special handling. The class is the base class to specialized response classes such as Amazon::ErrorResponse and Amazon::QueryResponse.

Constructs an appropriate SimpleDB response object based on the HTTP::Response object provided. This method takes a required HASHREF with two required keys:
http_response
A HTTP::Response object or subclass this response from a request to the service.
account
A reference to the Amazon::SimpleDB account object this response is associated to.

A string defining the response type that is determined by the root element of the XML document that was returned.

Returns the HTTP::Response object used to construct this response object.

Returns the HTTP status code for the underlying response.

The parsed XML contents of the response.

Amazon::SimpleDB::ErrorResponse, Amazon::SimpleDB::GetAttributesResponse, Amazon::SimpleDB::ListDomainsResponse, Amazon::SimpleDB::QueryResponse

Please see the Amazon::SimpleDB manpage for author, copyright, and license information.
2008-01-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.