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<UpdateAccountAuditConfigurationOutputBuilder> for UpdateAccountAuditConfigurationOutputBuilder
impl PartialEq<UpdateAccountAuditConfigurationOutputBuilder> 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 ==
.