T - The type of original, user facing request represented by this
            request.public interface ImmutableRequest<T>
| Modifier and Type | Method and Description | 
|---|---|
InputStream | 
getContent()
Returns the optional stream containing the payload data to include for
 this request. 
 | 
InputStream | 
getContentUnwrapped()
Returns the optional raw stream containing the payload data to include
 for this request, with all progress stream wrappers. 
 | 
URI | 
getEndpoint()
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which
 this request should be sent. 
 | 
Map<String,String> | 
getHeaders()
Returns a map of all the headers included in this request. 
 | 
HttpMethodName | 
getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this
 request. 
 | 
Object | 
getOriginalRequestObject()
Returns the original, user facing request object which this internal
 request object is representing. 
 | 
Map<String,List<String>> | 
getParameters()
Returns a map of all parameters in this request. 
 | 
ReadLimitInfo | 
getReadLimitInfo()
Returns the read limit info about the original request. 
 | 
String | 
getResourcePath()
Returns the path to the resource being requested. 
 | 
int | 
getTimeOffset()
Returns the optional value for time offset for this request. 
 | 
Map<String,String> getHeaders()
String getResourcePath()
Map<String,List<String>> getParameters()
URI getEndpoint()
HttpMethodName getHttpMethod()
int getTimeOffset()
InputStream getContent()
InputStream getContentUnwrapped()
ReadLimitInfo getReadLimitInfo()
Object getOriginalRequestObject()
Object.