| Amazon-SimpleDB documentation | view source | Contained in the Amazon-SimpleDB distribution. |
Amazon::SimpleDB::QueryResponse - a class representing the response to a successful Query request.
This is code is in the early stages of development. Do not consider it stable. Feedback and patches welcome.
This is a subclass Amazon::SimpleDB::Response. See its manpage for more.
Constructor. It is recommended that you use
Amazon::SimpleDB::Response-new($http_response)> instead
of calling this directly. It will will determine if this
specialized response class is appropriate and will call this
constructor for you.
Returns an ARRAY of matching Amazon::SimpleDB::Item objects for the associated domain.
Returns a string representing the NextToken value returned from the service. Returned undefined if nothing was returned.
Please see the Amazon::SimpleDB manpage for author, copyright, and license information.
| Amazon-SimpleDB documentation | view source | Contained in the Amazon-SimpleDB distribution. |