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