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 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<ReplaceNetworkAclAssociationOutputBuilder> for ReplaceNetworkAclAssociationOutputBuilder
impl PartialEq<ReplaceNetworkAclAssociationOutputBuilder> 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 ==.