Struct aws_sdk_apigatewayv2::operation::delete_route_request_parameter::builders::DeleteRouteRequestParameterInputBuilder    
source · #[non_exhaustive]pub struct DeleteRouteRequestParameterInputBuilder { /* private fields */ }Expand description
A builder for DeleteRouteRequestParameterInput.
Implementations§
source§impl DeleteRouteRequestParameterInputBuilder
 
impl DeleteRouteRequestParameterInputBuilder
sourcepub fn api_id(self, input: impl Into<String>) -> Self
 
pub fn api_id(self, input: impl Into<String>) -> Self
The API identifier.
This field is required.sourcepub fn set_api_id(self, input: Option<String>) -> Self
 
pub fn set_api_id(self, input: Option<String>) -> Self
The API identifier.
sourcepub fn get_api_id(&self) -> &Option<String>
 
pub fn get_api_id(&self) -> &Option<String>
The API identifier.
sourcepub fn request_parameter_key(self, input: impl Into<String>) -> Self
 
pub fn request_parameter_key(self, input: impl Into<String>) -> Self
The route request parameter key.
This field is required.sourcepub fn set_request_parameter_key(self, input: Option<String>) -> Self
 
pub fn set_request_parameter_key(self, input: Option<String>) -> Self
The route request parameter key.
sourcepub fn get_request_parameter_key(&self) -> &Option<String>
 
pub fn get_request_parameter_key(&self) -> &Option<String>
The route request parameter key.
sourcepub fn set_route_id(self, input: Option<String>) -> Self
 
pub fn set_route_id(self, input: Option<String>) -> Self
The route ID.
sourcepub fn get_route_id(&self) -> &Option<String>
 
pub fn get_route_id(&self) -> &Option<String>
The route ID.
sourcepub fn build(self) -> Result<DeleteRouteRequestParameterInput, BuildError>
 
pub fn build(self) -> Result<DeleteRouteRequestParameterInput, BuildError>
Consumes the builder and constructs a DeleteRouteRequestParameterInput.
source§impl DeleteRouteRequestParameterInputBuilder
 
impl DeleteRouteRequestParameterInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client
) -> Result<DeleteRouteRequestParameterOutput, SdkError<DeleteRouteRequestParameterError, HttpResponse>>
 
pub async fn send_with( self, client: &Client ) -> Result<DeleteRouteRequestParameterOutput, SdkError<DeleteRouteRequestParameterError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteRouteRequestParameterInputBuilder
 
impl Clone for DeleteRouteRequestParameterInputBuilder
source§fn clone(&self) -> DeleteRouteRequestParameterInputBuilder
 
fn clone(&self) -> DeleteRouteRequestParameterInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Default for DeleteRouteRequestParameterInputBuilder
 
impl Default for DeleteRouteRequestParameterInputBuilder
source§fn default() -> DeleteRouteRequestParameterInputBuilder
 
fn default() -> DeleteRouteRequestParameterInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteRouteRequestParameterInputBuilder
 
impl PartialEq for DeleteRouteRequestParameterInputBuilder
source§fn eq(&self, other: &DeleteRouteRequestParameterInputBuilder) -> bool
 
fn eq(&self, other: &DeleteRouteRequestParameterInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteRouteRequestParameterInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteRouteRequestParameterInputBuilder
impl RefUnwindSafe for DeleteRouteRequestParameterInputBuilder
impl Send for DeleteRouteRequestParameterInputBuilder
impl Sync for DeleteRouteRequestParameterInputBuilder
impl Unpin for DeleteRouteRequestParameterInputBuilder
impl UnwindSafe for DeleteRouteRequestParameterInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.