Represents a request being sent to an Amazon Web Service, including the
parameters being sent as part of the request, the endpoint to which the
request should be sent, etc.
This class is only intended for internal use inside the AWS client libraries. Callers shouldn't ever interact directly with objects of this class.

C# |
public interface IRequest

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | Content |
Gets and Sets the content for this request.
|
![]() | ContentStream |
Gets and sets the content stream.
|
![]() | ContentStreamHash |
Gets the SHA 256 hash of the content stream.
|
![]() | Endpoint |
Gets and Sets the endpoint for this request.
|
![]() | Headers |
Returns a dictionary of the headers included in this request.
|
![]() | HttpMethod |
Gets and sets the type of http request to make, whether it should be POST,GET or DELETE
|
![]() | OriginalRequest |
Returns the original, user facing request object which this internal
request object is representing.
|
![]() | Parameters |
Returns a dictionary of the parameters included in this request.
|
![]() | ResourcePath |
Gets and Sets the resource path added on to the endpoint.
|
![]() | ServiceName |
The name of the service to which this request is being sent.
|
![]() | UseQueryString |
Gets and sets a flag that indicates whether the request is sent as a query string instead of the request body.
|