Struct aws_sdk_redshift::operation::describe_custom_domain_associations::builders::DescribeCustomDomainAssociationsOutputBuilder
source · #[non_exhaustive]pub struct DescribeCustomDomainAssociationsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeCustomDomainAssociationsOutput.
Implementations§
source§impl DescribeCustomDomainAssociationsOutputBuilder
impl DescribeCustomDomainAssociationsOutputBuilder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker for the custom domain association.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the custom domain association.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
The marker for the custom domain association.
sourcepub fn associations(self, input: Association) -> Self
pub fn associations(self, input: Association) -> Self
Appends an item to associations.
To override the contents of this collection use set_associations.
The associations for the custom domain.
sourcepub fn set_associations(self, input: Option<Vec<Association>>) -> Self
pub fn set_associations(self, input: Option<Vec<Association>>) -> Self
The associations for the custom domain.
sourcepub fn get_associations(&self) -> &Option<Vec<Association>>
pub fn get_associations(&self) -> &Option<Vec<Association>>
The associations for the custom domain.
sourcepub fn build(self) -> DescribeCustomDomainAssociationsOutput
pub fn build(self) -> DescribeCustomDomainAssociationsOutput
Consumes the builder and constructs a DescribeCustomDomainAssociationsOutput.
Trait Implementations§
source§impl Clone for DescribeCustomDomainAssociationsOutputBuilder
impl Clone for DescribeCustomDomainAssociationsOutputBuilder
source§fn clone(&self) -> DescribeCustomDomainAssociationsOutputBuilder
fn clone(&self) -> DescribeCustomDomainAssociationsOutputBuilder
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 DescribeCustomDomainAssociationsOutputBuilder
impl Default for DescribeCustomDomainAssociationsOutputBuilder
source§fn default() -> DescribeCustomDomainAssociationsOutputBuilder
fn default() -> DescribeCustomDomainAssociationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeCustomDomainAssociationsOutputBuilder> for DescribeCustomDomainAssociationsOutputBuilder
impl PartialEq<DescribeCustomDomainAssociationsOutputBuilder> for DescribeCustomDomainAssociationsOutputBuilder
source§fn eq(&self, other: &DescribeCustomDomainAssociationsOutputBuilder) -> bool
fn eq(&self, other: &DescribeCustomDomainAssociationsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeCustomDomainAssociationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeCustomDomainAssociationsOutputBuilder
impl Send for DescribeCustomDomainAssociationsOutputBuilder
impl Sync for DescribeCustomDomainAssociationsOutputBuilder
impl Unpin for DescribeCustomDomainAssociationsOutputBuilder
impl UnwindSafe for DescribeCustomDomainAssociationsOutputBuilder
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