Struct aws_sdk_ec2::operation::replace_network_acl_association::builders::ReplaceNetworkAclAssociationOutputBuilder
source · #[non_exhaustive]pub struct ReplaceNetworkAclAssociationOutputBuilder { /* private fields */ }Expand description
A builder for ReplaceNetworkAclAssociationOutput.
Implementations§
source§impl ReplaceNetworkAclAssociationOutputBuilder
impl ReplaceNetworkAclAssociationOutputBuilder
sourcepub fn new_association_id(self, input: impl Into<String>) -> Self
pub fn new_association_id(self, input: impl Into<String>) -> Self
The ID of the new association.
sourcepub fn set_new_association_id(self, input: Option<String>) -> Self
pub fn set_new_association_id(self, input: Option<String>) -> Self
The ID of the new association.
sourcepub fn get_new_association_id(&self) -> &Option<String>
pub fn get_new_association_id(&self) -> &Option<String>
The ID of the new association.
sourcepub fn build(self) -> ReplaceNetworkAclAssociationOutput
pub fn build(self) -> ReplaceNetworkAclAssociationOutput
Consumes the builder and constructs a ReplaceNetworkAclAssociationOutput.
Trait Implementations§
source§impl Clone for ReplaceNetworkAclAssociationOutputBuilder
impl Clone for ReplaceNetworkAclAssociationOutputBuilder
source§fn clone(&self) -> ReplaceNetworkAclAssociationOutputBuilder
fn clone(&self) -> ReplaceNetworkAclAssociationOutputBuilder
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 ReplaceNetworkAclAssociationOutputBuilder
impl Default for ReplaceNetworkAclAssociationOutputBuilder
source§fn default() -> ReplaceNetworkAclAssociationOutputBuilder
fn default() -> ReplaceNetworkAclAssociationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ReplaceNetworkAclAssociationOutputBuilder
impl PartialEq for ReplaceNetworkAclAssociationOutputBuilder
source§fn eq(&self, other: &ReplaceNetworkAclAssociationOutputBuilder) -> bool
fn eq(&self, other: &ReplaceNetworkAclAssociationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReplaceNetworkAclAssociationOutputBuilder
Auto Trait Implementations§
impl Freeze for ReplaceNetworkAclAssociationOutputBuilder
impl RefUnwindSafe for ReplaceNetworkAclAssociationOutputBuilder
impl Send for ReplaceNetworkAclAssociationOutputBuilder
impl Sync for ReplaceNetworkAclAssociationOutputBuilder
impl Unpin for ReplaceNetworkAclAssociationOutputBuilder
impl UnwindSafe for ReplaceNetworkAclAssociationOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.