Struct aws_sdk_ec2::operation::modify_transit_gateway_vpc_attachment::builders::ModifyTransitGatewayVpcAttachmentInputBuilder
source · #[non_exhaustive]pub struct ModifyTransitGatewayVpcAttachmentInputBuilder { /* private fields */ }
Expand description
A builder for ModifyTransitGatewayVpcAttachmentInput
.
Implementations§
source§impl ModifyTransitGatewayVpcAttachmentInputBuilder
impl ModifyTransitGatewayVpcAttachmentInputBuilder
sourcepub fn transit_gateway_attachment_id(self, input: impl Into<String>) -> Self
pub fn transit_gateway_attachment_id(self, input: impl Into<String>) -> Self
The ID of the attachment.
sourcepub fn set_transit_gateway_attachment_id(self, input: Option<String>) -> Self
pub fn set_transit_gateway_attachment_id(self, input: Option<String>) -> Self
The ID of the attachment.
sourcepub fn get_transit_gateway_attachment_id(&self) -> &Option<String>
pub fn get_transit_gateway_attachment_id(&self) -> &Option<String>
The ID of the attachment.
sourcepub fn add_subnet_ids(self, input: impl Into<String>) -> Self
pub fn add_subnet_ids(self, input: impl Into<String>) -> Self
Appends an item to add_subnet_ids
.
To override the contents of this collection use set_add_subnet_ids
.
The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.
sourcepub fn set_add_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_add_subnet_ids(self, input: Option<Vec<String>>) -> Self
The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.
sourcepub fn get_add_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_add_subnet_ids(&self) -> &Option<Vec<String>>
The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.
sourcepub fn remove_subnet_ids(self, input: impl Into<String>) -> Self
pub fn remove_subnet_ids(self, input: impl Into<String>) -> Self
Appends an item to remove_subnet_ids
.
To override the contents of this collection use set_remove_subnet_ids
.
The IDs of one or more subnets to remove.
sourcepub fn set_remove_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_remove_subnet_ids(self, input: Option<Vec<String>>) -> Self
The IDs of one or more subnets to remove.
sourcepub fn get_remove_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_remove_subnet_ids(&self) -> &Option<Vec<String>>
The IDs of one or more subnets to remove.
sourcepub fn options(
self,
input: ModifyTransitGatewayVpcAttachmentRequestOptions
) -> Self
pub fn options( self, input: ModifyTransitGatewayVpcAttachmentRequestOptions ) -> Self
The new VPC attachment options.
sourcepub fn set_options(
self,
input: Option<ModifyTransitGatewayVpcAttachmentRequestOptions>
) -> Self
pub fn set_options( self, input: Option<ModifyTransitGatewayVpcAttachmentRequestOptions> ) -> Self
The new VPC attachment options.
sourcepub fn get_options(
&self
) -> &Option<ModifyTransitGatewayVpcAttachmentRequestOptions>
pub fn get_options( &self ) -> &Option<ModifyTransitGatewayVpcAttachmentRequestOptions>
The new VPC attachment options.
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn build(self) -> Result<ModifyTransitGatewayVpcAttachmentInput, BuildError>
pub fn build(self) -> Result<ModifyTransitGatewayVpcAttachmentInput, BuildError>
Consumes the builder and constructs a ModifyTransitGatewayVpcAttachmentInput
.
source§impl ModifyTransitGatewayVpcAttachmentInputBuilder
impl ModifyTransitGatewayVpcAttachmentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ModifyTransitGatewayVpcAttachmentOutput, SdkError<ModifyTransitGatewayVpcAttachmentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ModifyTransitGatewayVpcAttachmentOutput, SdkError<ModifyTransitGatewayVpcAttachmentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ModifyTransitGatewayVpcAttachmentInputBuilder
impl Clone for ModifyTransitGatewayVpcAttachmentInputBuilder
source§fn clone(&self) -> ModifyTransitGatewayVpcAttachmentInputBuilder
fn clone(&self) -> ModifyTransitGatewayVpcAttachmentInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ModifyTransitGatewayVpcAttachmentInputBuilder
impl Default for ModifyTransitGatewayVpcAttachmentInputBuilder
source§fn default() -> ModifyTransitGatewayVpcAttachmentInputBuilder
fn default() -> ModifyTransitGatewayVpcAttachmentInputBuilder
source§impl PartialEq<ModifyTransitGatewayVpcAttachmentInputBuilder> for ModifyTransitGatewayVpcAttachmentInputBuilder
impl PartialEq<ModifyTransitGatewayVpcAttachmentInputBuilder> for ModifyTransitGatewayVpcAttachmentInputBuilder
source§fn eq(&self, other: &ModifyTransitGatewayVpcAttachmentInputBuilder) -> bool
fn eq(&self, other: &ModifyTransitGatewayVpcAttachmentInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.