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