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