com.amazonaws
Class AmazonWebServiceRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
Direct Known Subclasses:
AbortMultipartUploadRequest, AddPermissionRequest, AddPermissionRequest, BatchDeleteAttributesRequest, BatchPutAttributesRequest, ChangeMessageVisibilityRequest, CompleteMultipartUploadRequest, CompleteMultipartUploadResult, ConfirmSubscriptionRequest, CopyObjectRequest, CreateBucketRequest, CreateDomainRequest, CreateQueueRequest, CreateTopicRequest, DeleteAttributesRequest, DeleteBucketRequest, DeleteDomainRequest, DeleteMessageRequest, DeleteObjectRequest, DeleteQueueRequest, DeleteTopicRequest, DeleteVersionRequest, DomainMetadataRequest, GeneratePresignedUrlRequest, GetAttributesRequest, GetObjectMetadataRequest, GetObjectRequest, GetQueueAttributesRequest, GetTopicAttributesRequest, InitiateMultipartUploadRequest, ListBucketsRequest, ListDomainsRequest, ListMultipartUploadsRequest, ListObjectsRequest, ListPartsRequest, ListQueuesRequest, ListSubscriptionsByTopicRequest, ListSubscriptionsRequest, ListTopicsRequest, ListVersionsRequest, PublishRequest, PutAttributesRequest, PutObjectRequest, ReceiveMessageRequest, RemovePermissionRequest, RemovePermissionRequest, SelectRequest, SendMessageRequest, SetBucketLoggingConfigurationRequest, SetBucketVersioningConfigurationRequest, SetQueueAttributesRequest, SetTopicAttributesRequest, SubscribeRequest, UnsubscribeRequest, UploadPartRequest

public abstract class AmazonWebServiceRequest
extends Object

Base class for all user facing web service requests.


Constructor Summary
AmazonWebServiceRequest()
           
 
Method Summary
 Map<String,String> copyPrivateRequestParameters()
          Internal only method for accessing private, internal request parameters.
 String getDelegationToken()
          Returns the optional STS security token associated with the request.
 void setDelegationToken(String delegationToken)
          Sets the optional STS security token associated with the request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonWebServiceRequest

public AmazonWebServiceRequest()
Method Detail

getDelegationToken

public String getDelegationToken()
Returns the optional STS security token associated with the request.

Returns:
the optional STS security token associated with the request.

setDelegationToken

public void setDelegationToken(String delegationToken)
Sets the optional STS security token associated with the request.

Parameters:
delegationToken - The optional STS security token associated with the request.

copyPrivateRequestParameters

public Map<String,String> copyPrivateRequestParameters()
Internal only method for accessing private, internal request parameters. Not intended for direct use by callers.

Returns:
private, internal request parameter information.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.