Struct aws_sdk_directconnect::operation::create_transit_virtual_interface::builders::CreateTransitVirtualInterfaceOutputBuilder
source · #[non_exhaustive]pub struct CreateTransitVirtualInterfaceOutputBuilder { /* private fields */ }
Expand description
A builder for CreateTransitVirtualInterfaceOutput
.
Implementations§
source§impl CreateTransitVirtualInterfaceOutputBuilder
impl CreateTransitVirtualInterfaceOutputBuilder
sourcepub fn virtual_interface(self, input: VirtualInterface) -> Self
pub fn virtual_interface(self, input: VirtualInterface) -> Self
Information about a virtual interface.
sourcepub fn set_virtual_interface(self, input: Option<VirtualInterface>) -> Self
pub fn set_virtual_interface(self, input: Option<VirtualInterface>) -> Self
Information about a virtual interface.
sourcepub fn get_virtual_interface(&self) -> &Option<VirtualInterface>
pub fn get_virtual_interface(&self) -> &Option<VirtualInterface>
Information about a virtual interface.
sourcepub fn build(self) -> CreateTransitVirtualInterfaceOutput
pub fn build(self) -> CreateTransitVirtualInterfaceOutput
Consumes the builder and constructs a CreateTransitVirtualInterfaceOutput
.
Trait Implementations§
source§impl Clone for CreateTransitVirtualInterfaceOutputBuilder
impl Clone for CreateTransitVirtualInterfaceOutputBuilder
source§fn clone(&self) -> CreateTransitVirtualInterfaceOutputBuilder
fn clone(&self) -> CreateTransitVirtualInterfaceOutputBuilder
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 CreateTransitVirtualInterfaceOutputBuilder
impl Default for CreateTransitVirtualInterfaceOutputBuilder
source§fn default() -> CreateTransitVirtualInterfaceOutputBuilder
fn default() -> CreateTransitVirtualInterfaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateTransitVirtualInterfaceOutputBuilder
impl PartialEq for CreateTransitVirtualInterfaceOutputBuilder
source§fn eq(&self, other: &CreateTransitVirtualInterfaceOutputBuilder) -> bool
fn eq(&self, other: &CreateTransitVirtualInterfaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateTransitVirtualInterfaceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateTransitVirtualInterfaceOutputBuilder
impl Send for CreateTransitVirtualInterfaceOutputBuilder
impl Sync for CreateTransitVirtualInterfaceOutputBuilder
impl Unpin for CreateTransitVirtualInterfaceOutputBuilder
impl UnwindSafe for CreateTransitVirtualInterfaceOutputBuilder
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.