The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Amazon::SQS::Simple::Message - OO API for representing messages from the Amazon Simple Queue Service.

INTRODUCTION

Don't instantiate this class directly. Objects of this class are returned by various methods in Amazon::SQS::Simple::Queue. See Amazon::SQS::Simple::Queue for more details.

METHODS

MessageBody()

Get the message body.

MessageId()

Get the message unique identifier

MD5OfBody()

Get the MD5 checksum of the message body

ReceiptHandle()

Get the receipt handle for the message (used as an argument to DeleteMessage)

AUTHOR

Copyright 2007-2008 Simon Whitaker <swhitaker@cpan.org> Copyright 2013 Mike (no relation) Whitaker <penfold@cpan.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.