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 "SQSQueueNameExistsException.h"
00021 #import "SQSQueueDeletedRecentlyException.h"
00022
00027 @interface SQSCreateQueueResponse : AmazonServiceResponse
00028
00029 {
00030 NSString* queueUrl;
00031
00032 }
00033
00034
00035
00040 -(id)init;
00041
00045 @property (nonatomic, retain) NSString* queueUrl;
00046
00053 -(NSString*)description;
00054
00055
00056 @end
00057