Struct aws_sdk_sqs::operation::customize::Operation
source · pub struct Operation<H, R> { /* private fields */ }
Implementations§
source§impl<H, R> Operation<H, R>
impl<H, R> Operation<H, R>
pub fn into_request_response(self) -> (Request, Parts<H, R>)
pub fn from_parts(request: Request, parts: Parts<H, R>) -> Operation<H, R>
pub fn properties_mut(&mut self) -> impl DerefMut
pub fn properties(&self) -> impl Deref<Target = PropertyBag>
sourcepub fn request_mut(&mut self) -> &mut Request<SdkBody>
pub fn request_mut(&mut self) -> &mut Request<SdkBody>
Gives mutable access to the underlying HTTP request.
sourcepub fn request(&self) -> &Request<SdkBody>
pub fn request(&self) -> &Request<SdkBody>
Gives readonly access to the underlying HTTP request.