Class: Aws::Rest::Request::Builder Private
- Inherits:
-
Object
- Object
- Aws::Rest::Request::Builder
- Defined in:
- lib/aws-sdk-core/rest/request/builder.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #apply(context) ⇒ Object private
Instance Method Details
#apply(context) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
6 7 8 9 10 11 |
# File 'lib/aws-sdk-core/rest/request/builder.rb', line 6 def apply(context) populate_http_method(context) populate_endpoint(context) populate_headers(context) populate_body(context) end |