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