Struct aws_sdk_bedrock::operation::get_model_invocation_logging_configuration::builders::GetModelInvocationLoggingConfigurationInputBuilder
source · #[non_exhaustive]pub struct GetModelInvocationLoggingConfigurationInputBuilder {}
Expand description
A builder for GetModelInvocationLoggingConfigurationInput
.
Implementations§
source§impl GetModelInvocationLoggingConfigurationInputBuilder
impl GetModelInvocationLoggingConfigurationInputBuilder
sourcepub fn build(
self
) -> Result<GetModelInvocationLoggingConfigurationInput, BuildError>
pub fn build( self ) -> Result<GetModelInvocationLoggingConfigurationInput, BuildError>
Consumes the builder and constructs a GetModelInvocationLoggingConfigurationInput
.
source§impl GetModelInvocationLoggingConfigurationInputBuilder
impl GetModelInvocationLoggingConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetModelInvocationLoggingConfigurationOutput, SdkError<GetModelInvocationLoggingConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetModelInvocationLoggingConfigurationOutput, SdkError<GetModelInvocationLoggingConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetModelInvocationLoggingConfigurationInputBuilder
impl Clone for GetModelInvocationLoggingConfigurationInputBuilder
source§fn clone(&self) -> GetModelInvocationLoggingConfigurationInputBuilder
fn clone(&self) -> GetModelInvocationLoggingConfigurationInputBuilder
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 GetModelInvocationLoggingConfigurationInputBuilder
impl Default for GetModelInvocationLoggingConfigurationInputBuilder
source§fn default() -> GetModelInvocationLoggingConfigurationInputBuilder
fn default() -> GetModelInvocationLoggingConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetModelInvocationLoggingConfigurationInputBuilder
impl PartialEq for GetModelInvocationLoggingConfigurationInputBuilder
source§fn eq(&self, other: &GetModelInvocationLoggingConfigurationInputBuilder) -> bool
fn eq(&self, other: &GetModelInvocationLoggingConfigurationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetModelInvocationLoggingConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetModelInvocationLoggingConfigurationInputBuilder
impl Send for GetModelInvocationLoggingConfigurationInputBuilder
impl Sync for GetModelInvocationLoggingConfigurationInputBuilder
impl Unpin for GetModelInvocationLoggingConfigurationInputBuilder
impl UnwindSafe for GetModelInvocationLoggingConfigurationInputBuilder
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.