00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #import "../AmazonServiceResponse.h"
00018 #import "../AmazonServiceExceptionUnmarshaller.h"
00019
00020 #import "SQSInvalidMessageContentsException.h"
00021
00026 @interface SQSSendMessageResponse : AmazonServiceResponse
00027
00028 {
00029 NSString* mD5OfMessageBody;
00030 NSString* messageId;
00031
00032 }
00033
00034
00035
00040 -(id)init;
00041
00049 @property (nonatomic, retain) NSString* mD5OfMessageBody;
00050
00054 @property (nonatomic, retain) NSString* messageId;
00055
00062 -(NSString*)description;
00063
00064
00065 @end
00066