Struct aws_sdk_bedrock::operation::put_model_invocation_logging_configuration::builders::PutModelInvocationLoggingConfigurationInputBuilder
source · #[non_exhaustive]pub struct PutModelInvocationLoggingConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for PutModelInvocationLoggingConfigurationInput
.
Implementations§
source§impl PutModelInvocationLoggingConfigurationInputBuilder
impl PutModelInvocationLoggingConfigurationInputBuilder
sourcepub fn logging_config(self, input: LoggingConfig) -> Self
pub fn logging_config(self, input: LoggingConfig) -> Self
The logging configuration values to set.
This field is required.sourcepub fn set_logging_config(self, input: Option<LoggingConfig>) -> Self
pub fn set_logging_config(self, input: Option<LoggingConfig>) -> Self
The logging configuration values to set.
sourcepub fn get_logging_config(&self) -> &Option<LoggingConfig>
pub fn get_logging_config(&self) -> &Option<LoggingConfig>
The logging configuration values to set.
sourcepub fn build(
self
) -> Result<PutModelInvocationLoggingConfigurationInput, BuildError>
pub fn build( self ) -> Result<PutModelInvocationLoggingConfigurationInput, BuildError>
Consumes the builder and constructs a PutModelInvocationLoggingConfigurationInput
.
source§impl PutModelInvocationLoggingConfigurationInputBuilder
impl PutModelInvocationLoggingConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<PutModelInvocationLoggingConfigurationOutput, SdkError<PutModelInvocationLoggingConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<PutModelInvocationLoggingConfigurationOutput, SdkError<PutModelInvocationLoggingConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutModelInvocationLoggingConfigurationInputBuilder
impl Clone for PutModelInvocationLoggingConfigurationInputBuilder
source§fn clone(&self) -> PutModelInvocationLoggingConfigurationInputBuilder
fn clone(&self) -> PutModelInvocationLoggingConfigurationInputBuilder
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 PutModelInvocationLoggingConfigurationInputBuilder
impl Default for PutModelInvocationLoggingConfigurationInputBuilder
source§fn default() -> PutModelInvocationLoggingConfigurationInputBuilder
fn default() -> PutModelInvocationLoggingConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutModelInvocationLoggingConfigurationInputBuilder
impl PartialEq for PutModelInvocationLoggingConfigurationInputBuilder
source§fn eq(&self, other: &PutModelInvocationLoggingConfigurationInputBuilder) -> bool
fn eq(&self, other: &PutModelInvocationLoggingConfigurationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PutModelInvocationLoggingConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutModelInvocationLoggingConfigurationInputBuilder
impl Send for PutModelInvocationLoggingConfigurationInputBuilder
impl Sync for PutModelInvocationLoggingConfigurationInputBuilder
impl Unpin for PutModelInvocationLoggingConfigurationInputBuilder
impl UnwindSafe for PutModelInvocationLoggingConfigurationInputBuilder
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.