Struct aws_sdk_ec2::types::builders::CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source · #[non_exhaustive]pub struct CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder { /* private fields */ }
Expand description
A builder for CreateTransitGatewayPeeringAttachmentRequestOptions
.
Implementations§
source§impl CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
sourcepub fn dynamic_routing(self, input: DynamicRoutingValue) -> Self
pub fn dynamic_routing(self, input: DynamicRoutingValue) -> Self
Indicates whether dynamic routing is enabled or disabled.
sourcepub fn set_dynamic_routing(self, input: Option<DynamicRoutingValue>) -> Self
pub fn set_dynamic_routing(self, input: Option<DynamicRoutingValue>) -> Self
Indicates whether dynamic routing is enabled or disabled.
sourcepub fn get_dynamic_routing(&self) -> &Option<DynamicRoutingValue>
pub fn get_dynamic_routing(&self) -> &Option<DynamicRoutingValue>
Indicates whether dynamic routing is enabled or disabled.
sourcepub fn build(self) -> CreateTransitGatewayPeeringAttachmentRequestOptions
pub fn build(self) -> CreateTransitGatewayPeeringAttachmentRequestOptions
Consumes the builder and constructs a CreateTransitGatewayPeeringAttachmentRequestOptions
.
Trait Implementations§
source§impl Clone for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl Clone for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source§fn clone(&self) -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
fn clone(&self) -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
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 CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl Default for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source§fn default() -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
fn default() -> CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder> for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl PartialEq<CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder> for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
source§fn eq(
&self,
other: &CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
) -> bool
fn eq( &self, other: &CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl Send for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl Sync for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl Unpin for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
impl UnwindSafe for CreateTransitGatewayPeeringAttachmentRequestOptionsBuilder
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