#[non_exhaustive]pub struct TransitGatewayVpcAttachmentOptionsBuilder { /* private fields */ }
Expand description
A builder for TransitGatewayVpcAttachmentOptions
.
Implementations§
source§impl TransitGatewayVpcAttachmentOptionsBuilder
impl TransitGatewayVpcAttachmentOptionsBuilder
sourcepub fn dns_support(self, input: DnsSupportValue) -> Self
pub fn dns_support(self, input: DnsSupportValue) -> Self
Indicates whether DNS support is enabled.
sourcepub fn set_dns_support(self, input: Option<DnsSupportValue>) -> Self
pub fn set_dns_support(self, input: Option<DnsSupportValue>) -> Self
Indicates whether DNS support is enabled.
sourcepub fn get_dns_support(&self) -> &Option<DnsSupportValue>
pub fn get_dns_support(&self) -> &Option<DnsSupportValue>
Indicates whether DNS support is enabled.
sourcepub fn ipv6_support(self, input: Ipv6SupportValue) -> Self
pub fn ipv6_support(self, input: Ipv6SupportValue) -> Self
Indicates whether IPv6 support is disabled.
sourcepub fn set_ipv6_support(self, input: Option<Ipv6SupportValue>) -> Self
pub fn set_ipv6_support(self, input: Option<Ipv6SupportValue>) -> Self
Indicates whether IPv6 support is disabled.
sourcepub fn get_ipv6_support(&self) -> &Option<Ipv6SupportValue>
pub fn get_ipv6_support(&self) -> &Option<Ipv6SupportValue>
Indicates whether IPv6 support is disabled.
sourcepub fn appliance_mode_support(self, input: ApplianceModeSupportValue) -> Self
pub fn appliance_mode_support(self, input: ApplianceModeSupportValue) -> Self
Indicates whether appliance mode support is enabled.
sourcepub fn set_appliance_mode_support(
self,
input: Option<ApplianceModeSupportValue>
) -> Self
pub fn set_appliance_mode_support( self, input: Option<ApplianceModeSupportValue> ) -> Self
Indicates whether appliance mode support is enabled.
sourcepub fn get_appliance_mode_support(&self) -> &Option<ApplianceModeSupportValue>
pub fn get_appliance_mode_support(&self) -> &Option<ApplianceModeSupportValue>
Indicates whether appliance mode support is enabled.
sourcepub fn build(self) -> TransitGatewayVpcAttachmentOptions
pub fn build(self) -> TransitGatewayVpcAttachmentOptions
Consumes the builder and constructs a TransitGatewayVpcAttachmentOptions
.
Trait Implementations§
source§impl Clone for TransitGatewayVpcAttachmentOptionsBuilder
impl Clone for TransitGatewayVpcAttachmentOptionsBuilder
source§fn clone(&self) -> TransitGatewayVpcAttachmentOptionsBuilder
fn clone(&self) -> TransitGatewayVpcAttachmentOptionsBuilder
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 TransitGatewayVpcAttachmentOptionsBuilder
impl Default for TransitGatewayVpcAttachmentOptionsBuilder
source§fn default() -> TransitGatewayVpcAttachmentOptionsBuilder
fn default() -> TransitGatewayVpcAttachmentOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TransitGatewayVpcAttachmentOptionsBuilder> for TransitGatewayVpcAttachmentOptionsBuilder
impl PartialEq<TransitGatewayVpcAttachmentOptionsBuilder> for TransitGatewayVpcAttachmentOptionsBuilder
source§fn eq(&self, other: &TransitGatewayVpcAttachmentOptionsBuilder) -> bool
fn eq(&self, other: &TransitGatewayVpcAttachmentOptionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TransitGatewayVpcAttachmentOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TransitGatewayVpcAttachmentOptionsBuilder
impl Send for TransitGatewayVpcAttachmentOptionsBuilder
impl Sync for TransitGatewayVpcAttachmentOptionsBuilder
impl Unpin for TransitGatewayVpcAttachmentOptionsBuilder
impl UnwindSafe for TransitGatewayVpcAttachmentOptionsBuilder
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