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