Struct aws_sdk_apigatewayv2::operation::delete_access_log_settings::builders::DeleteAccessLogSettingsInputBuilder
source · #[non_exhaustive]pub struct DeleteAccessLogSettingsInputBuilder { /* private fields */ }Expand description
A builder for DeleteAccessLogSettingsInput.
Implementations§
source§impl DeleteAccessLogSettingsInputBuilder
impl DeleteAccessLogSettingsInputBuilder
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 stage_name(self, input: impl Into<String>) -> Self
pub fn stage_name(self, input: impl Into<String>) -> Self
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
This field is required.sourcepub fn set_stage_name(self, input: Option<String>) -> Self
pub fn set_stage_name(self, input: Option<String>) -> Self
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
sourcepub fn get_stage_name(&self) -> &Option<String>
pub fn get_stage_name(&self) -> &Option<String>
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
sourcepub fn build(self) -> Result<DeleteAccessLogSettingsInput, BuildError>
pub fn build(self) -> Result<DeleteAccessLogSettingsInput, BuildError>
Consumes the builder and constructs a DeleteAccessLogSettingsInput.
source§impl DeleteAccessLogSettingsInputBuilder
impl DeleteAccessLogSettingsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteAccessLogSettingsOutput, SdkError<DeleteAccessLogSettingsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteAccessLogSettingsOutput, SdkError<DeleteAccessLogSettingsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteAccessLogSettingsInputBuilder
impl Clone for DeleteAccessLogSettingsInputBuilder
source§fn clone(&self) -> DeleteAccessLogSettingsInputBuilder
fn clone(&self) -> DeleteAccessLogSettingsInputBuilder
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 DeleteAccessLogSettingsInputBuilder
impl Default for DeleteAccessLogSettingsInputBuilder
source§fn default() -> DeleteAccessLogSettingsInputBuilder
fn default() -> DeleteAccessLogSettingsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteAccessLogSettingsInputBuilder
impl PartialEq for DeleteAccessLogSettingsInputBuilder
source§fn eq(&self, other: &DeleteAccessLogSettingsInputBuilder) -> bool
fn eq(&self, other: &DeleteAccessLogSettingsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteAccessLogSettingsInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteAccessLogSettingsInputBuilder
impl RefUnwindSafe for DeleteAccessLogSettingsInputBuilder
impl Send for DeleteAccessLogSettingsInputBuilder
impl Sync for DeleteAccessLogSettingsInputBuilder
impl Unpin for DeleteAccessLogSettingsInputBuilder
impl UnwindSafe for DeleteAccessLogSettingsInputBuilder
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.