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