#[non_exhaustive]pub struct SetLoggingOptionsInputBuilder { /* private fields */ }
Expand description
A builder for SetLoggingOptionsInput
.
Implementations§
source§impl SetLoggingOptionsInputBuilder
impl SetLoggingOptionsInputBuilder
sourcepub fn logging_options_payload(self, input: LoggingOptionsPayload) -> Self
pub fn logging_options_payload(self, input: LoggingOptionsPayload) -> Self
The logging options payload.
This field is required.sourcepub fn set_logging_options_payload(
self,
input: Option<LoggingOptionsPayload>
) -> Self
pub fn set_logging_options_payload( self, input: Option<LoggingOptionsPayload> ) -> Self
The logging options payload.
sourcepub fn get_logging_options_payload(&self) -> &Option<LoggingOptionsPayload>
pub fn get_logging_options_payload(&self) -> &Option<LoggingOptionsPayload>
The logging options payload.
sourcepub fn build(self) -> Result<SetLoggingOptionsInput, BuildError>
pub fn build(self) -> Result<SetLoggingOptionsInput, BuildError>
Consumes the builder and constructs a SetLoggingOptionsInput
.
source§impl SetLoggingOptionsInputBuilder
impl SetLoggingOptionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<SetLoggingOptionsOutput, SdkError<SetLoggingOptionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<SetLoggingOptionsOutput, SdkError<SetLoggingOptionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for SetLoggingOptionsInputBuilder
impl Clone for SetLoggingOptionsInputBuilder
source§fn clone(&self) -> SetLoggingOptionsInputBuilder
fn clone(&self) -> SetLoggingOptionsInputBuilder
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 SetLoggingOptionsInputBuilder
impl Default for SetLoggingOptionsInputBuilder
source§fn default() -> SetLoggingOptionsInputBuilder
fn default() -> SetLoggingOptionsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SetLoggingOptionsInputBuilder
impl PartialEq for SetLoggingOptionsInputBuilder
source§fn eq(&self, other: &SetLoggingOptionsInputBuilder) -> bool
fn eq(&self, other: &SetLoggingOptionsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SetLoggingOptionsInputBuilder
Auto Trait Implementations§
impl Freeze for SetLoggingOptionsInputBuilder
impl RefUnwindSafe for SetLoggingOptionsInputBuilder
impl Send for SetLoggingOptionsInputBuilder
impl Sync for SetLoggingOptionsInputBuilder
impl Unpin for SetLoggingOptionsInputBuilder
impl UnwindSafe for SetLoggingOptionsInputBuilder
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.