Struct aws_sdk_mediaconnect::operation::add_flow_vpc_interfaces::builders::AddFlowVpcInterfacesInputBuilder
source · #[non_exhaustive]pub struct AddFlowVpcInterfacesInputBuilder { /* private fields */ }Expand description
A builder for AddFlowVpcInterfacesInput.
Implementations§
source§impl AddFlowVpcInterfacesInputBuilder
impl AddFlowVpcInterfacesInputBuilder
sourcepub fn flow_arn(self, input: impl Into<String>) -> Self
pub fn flow_arn(self, input: impl Into<String>) -> Self
The flow that you want to mutate. This field is required.
sourcepub fn set_flow_arn(self, input: Option<String>) -> Self
pub fn set_flow_arn(self, input: Option<String>) -> Self
The flow that you want to mutate.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The flow that you want to mutate.
sourcepub fn vpc_interfaces(self, input: VpcInterfaceRequest) -> Self
pub fn vpc_interfaces(self, input: VpcInterfaceRequest) -> Self
Appends an item to vpc_interfaces.
To override the contents of this collection use set_vpc_interfaces.
A list of VPC interfaces that you want to add.
sourcepub fn set_vpc_interfaces(self, input: Option<Vec<VpcInterfaceRequest>>) -> Self
pub fn set_vpc_interfaces(self, input: Option<Vec<VpcInterfaceRequest>>) -> Self
A list of VPC interfaces that you want to add.
sourcepub fn get_vpc_interfaces(&self) -> &Option<Vec<VpcInterfaceRequest>>
pub fn get_vpc_interfaces(&self) -> &Option<Vec<VpcInterfaceRequest>>
A list of VPC interfaces that you want to add.
sourcepub fn build(self) -> Result<AddFlowVpcInterfacesInput, BuildError>
pub fn build(self) -> Result<AddFlowVpcInterfacesInput, BuildError>
Consumes the builder and constructs a AddFlowVpcInterfacesInput.
source§impl AddFlowVpcInterfacesInputBuilder
impl AddFlowVpcInterfacesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AddFlowVpcInterfacesOutput, SdkError<AddFlowVpcInterfacesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AddFlowVpcInterfacesOutput, SdkError<AddFlowVpcInterfacesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AddFlowVpcInterfacesInputBuilder
impl Clone for AddFlowVpcInterfacesInputBuilder
source§fn clone(&self) -> AddFlowVpcInterfacesInputBuilder
fn clone(&self) -> AddFlowVpcInterfacesInputBuilder
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 AddFlowVpcInterfacesInputBuilder
impl Default for AddFlowVpcInterfacesInputBuilder
source§fn default() -> AddFlowVpcInterfacesInputBuilder
fn default() -> AddFlowVpcInterfacesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddFlowVpcInterfacesInputBuilder
impl PartialEq for AddFlowVpcInterfacesInputBuilder
source§fn eq(&self, other: &AddFlowVpcInterfacesInputBuilder) -> bool
fn eq(&self, other: &AddFlowVpcInterfacesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AddFlowVpcInterfacesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddFlowVpcInterfacesInputBuilder
impl Send for AddFlowVpcInterfacesInputBuilder
impl Sync for AddFlowVpcInterfacesInputBuilder
impl Unpin for AddFlowVpcInterfacesInputBuilder
impl UnwindSafe for AddFlowVpcInterfacesInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.