Struct aws_sdk_bedrock::operation::delete_model_invocation_logging_configuration::builders::DeleteModelInvocationLoggingConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DeleteModelInvocationLoggingConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteModelInvocationLoggingConfigurationOutput
.
Implementations§
source§impl DeleteModelInvocationLoggingConfigurationOutputBuilder
impl DeleteModelInvocationLoggingConfigurationOutputBuilder
sourcepub fn build(self) -> DeleteModelInvocationLoggingConfigurationOutput
pub fn build(self) -> DeleteModelInvocationLoggingConfigurationOutput
Consumes the builder and constructs a DeleteModelInvocationLoggingConfigurationOutput
.
Trait Implementations§
source§impl Clone for DeleteModelInvocationLoggingConfigurationOutputBuilder
impl Clone for DeleteModelInvocationLoggingConfigurationOutputBuilder
source§fn clone(&self) -> DeleteModelInvocationLoggingConfigurationOutputBuilder
fn clone(&self) -> DeleteModelInvocationLoggingConfigurationOutputBuilder
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 DeleteModelInvocationLoggingConfigurationOutputBuilder
impl Default for DeleteModelInvocationLoggingConfigurationOutputBuilder
source§fn default() -> DeleteModelInvocationLoggingConfigurationOutputBuilder
fn default() -> DeleteModelInvocationLoggingConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteModelInvocationLoggingConfigurationOutputBuilder
impl PartialEq for DeleteModelInvocationLoggingConfigurationOutputBuilder
source§fn eq(
&self,
other: &DeleteModelInvocationLoggingConfigurationOutputBuilder
) -> bool
fn eq( &self, other: &DeleteModelInvocationLoggingConfigurationOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteModelInvocationLoggingConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteModelInvocationLoggingConfigurationOutputBuilder
impl Send for DeleteModelInvocationLoggingConfigurationOutputBuilder
impl Sync for DeleteModelInvocationLoggingConfigurationOutputBuilder
impl Unpin for DeleteModelInvocationLoggingConfigurationOutputBuilder
impl UnwindSafe for DeleteModelInvocationLoggingConfigurationOutputBuilder
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.