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