Struct aws_sdk_mediaconnect::operation::add_flow_vpc_interfaces::builders::AddFlowVpcInterfacesOutputBuilder
source · #[non_exhaustive]pub struct AddFlowVpcInterfacesOutputBuilder { /* private fields */ }Expand description
A builder for AddFlowVpcInterfacesOutput.
Implementations§
source§impl AddFlowVpcInterfacesOutputBuilder
impl AddFlowVpcInterfacesOutputBuilder
sourcepub fn flow_arn(self, input: impl Into<String>) -> Self
pub fn flow_arn(self, input: impl Into<String>) -> Self
The ARN of the flow that these VPC interfaces were added to.
sourcepub fn set_flow_arn(self, input: Option<String>) -> Self
pub fn set_flow_arn(self, input: Option<String>) -> Self
The ARN of the flow that these VPC interfaces were added to.
sourcepub fn get_flow_arn(&self) -> &Option<String>
pub fn get_flow_arn(&self) -> &Option<String>
The ARN of the flow that these VPC interfaces were added to.
sourcepub fn vpc_interfaces(self, input: VpcInterface) -> Self
pub fn vpc_interfaces(self, input: VpcInterface) -> Self
Appends an item to vpc_interfaces.
To override the contents of this collection use set_vpc_interfaces.
The details of the newly added VPC interfaces.
sourcepub fn set_vpc_interfaces(self, input: Option<Vec<VpcInterface>>) -> Self
pub fn set_vpc_interfaces(self, input: Option<Vec<VpcInterface>>) -> Self
The details of the newly added VPC interfaces.
sourcepub fn get_vpc_interfaces(&self) -> &Option<Vec<VpcInterface>>
pub fn get_vpc_interfaces(&self) -> &Option<Vec<VpcInterface>>
The details of the newly added VPC interfaces.
sourcepub fn build(self) -> AddFlowVpcInterfacesOutput
pub fn build(self) -> AddFlowVpcInterfacesOutput
Consumes the builder and constructs a AddFlowVpcInterfacesOutput.
Trait Implementations§
source§impl Clone for AddFlowVpcInterfacesOutputBuilder
impl Clone for AddFlowVpcInterfacesOutputBuilder
source§fn clone(&self) -> AddFlowVpcInterfacesOutputBuilder
fn clone(&self) -> AddFlowVpcInterfacesOutputBuilder
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 AddFlowVpcInterfacesOutputBuilder
impl Default for AddFlowVpcInterfacesOutputBuilder
source§fn default() -> AddFlowVpcInterfacesOutputBuilder
fn default() -> AddFlowVpcInterfacesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddFlowVpcInterfacesOutputBuilder
impl PartialEq for AddFlowVpcInterfacesOutputBuilder
source§fn eq(&self, other: &AddFlowVpcInterfacesOutputBuilder) -> bool
fn eq(&self, other: &AddFlowVpcInterfacesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AddFlowVpcInterfacesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddFlowVpcInterfacesOutputBuilder
impl Send for AddFlowVpcInterfacesOutputBuilder
impl Sync for AddFlowVpcInterfacesOutputBuilder
impl Unpin for AddFlowVpcInterfacesOutputBuilder
impl UnwindSafe for AddFlowVpcInterfacesOutputBuilder
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.