Struct aws_sdk_networkmanager::operation::delete_peering::builders::DeletePeeringOutputBuilder
source · #[non_exhaustive]pub struct DeletePeeringOutputBuilder { /* private fields */ }
Expand description
A builder for DeletePeeringOutput
.
Implementations§
source§impl DeletePeeringOutputBuilder
impl DeletePeeringOutputBuilder
sourcepub fn set_peering(self, input: Option<Peering>) -> Self
pub fn set_peering(self, input: Option<Peering>) -> Self
Information about a deleted peering connection.
sourcepub fn get_peering(&self) -> &Option<Peering>
pub fn get_peering(&self) -> &Option<Peering>
Information about a deleted peering connection.
sourcepub fn build(self) -> DeletePeeringOutput
pub fn build(self) -> DeletePeeringOutput
Consumes the builder and constructs a DeletePeeringOutput
.
Trait Implementations§
source§impl Clone for DeletePeeringOutputBuilder
impl Clone for DeletePeeringOutputBuilder
source§fn clone(&self) -> DeletePeeringOutputBuilder
fn clone(&self) -> DeletePeeringOutputBuilder
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 DeletePeeringOutputBuilder
impl Debug for DeletePeeringOutputBuilder
source§impl Default for DeletePeeringOutputBuilder
impl Default for DeletePeeringOutputBuilder
source§fn default() -> DeletePeeringOutputBuilder
fn default() -> DeletePeeringOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeletePeeringOutputBuilder
impl PartialEq for DeletePeeringOutputBuilder
source§fn eq(&self, other: &DeletePeeringOutputBuilder) -> bool
fn eq(&self, other: &DeletePeeringOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeletePeeringOutputBuilder
Auto Trait Implementations§
impl Freeze for DeletePeeringOutputBuilder
impl RefUnwindSafe for DeletePeeringOutputBuilder
impl Send for DeletePeeringOutputBuilder
impl Sync for DeletePeeringOutputBuilder
impl Unpin for DeletePeeringOutputBuilder
impl UnwindSafe for DeletePeeringOutputBuilder
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.