#[non_exhaustive]pub struct DeleteCoipPoolOutputBuilder { /* private fields */ }Expand description
A builder for DeleteCoipPoolOutput.
Implementations§
source§impl DeleteCoipPoolOutputBuilder
impl DeleteCoipPoolOutputBuilder
sourcepub fn set_coip_pool(self, input: Option<CoipPool>) -> Self
pub fn set_coip_pool(self, input: Option<CoipPool>) -> Self
Information about the CoIP address pool.
sourcepub fn get_coip_pool(&self) -> &Option<CoipPool>
pub fn get_coip_pool(&self) -> &Option<CoipPool>
Information about the CoIP address pool.
sourcepub fn build(self) -> DeleteCoipPoolOutput
pub fn build(self) -> DeleteCoipPoolOutput
Consumes the builder and constructs a DeleteCoipPoolOutput.
Trait Implementations§
source§impl Clone for DeleteCoipPoolOutputBuilder
impl Clone for DeleteCoipPoolOutputBuilder
source§fn clone(&self) -> DeleteCoipPoolOutputBuilder
fn clone(&self) -> DeleteCoipPoolOutputBuilder
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 DeleteCoipPoolOutputBuilder
impl Debug for DeleteCoipPoolOutputBuilder
source§impl Default for DeleteCoipPoolOutputBuilder
impl Default for DeleteCoipPoolOutputBuilder
source§fn default() -> DeleteCoipPoolOutputBuilder
fn default() -> DeleteCoipPoolOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCoipPoolOutputBuilder> for DeleteCoipPoolOutputBuilder
impl PartialEq<DeleteCoipPoolOutputBuilder> for DeleteCoipPoolOutputBuilder
source§fn eq(&self, other: &DeleteCoipPoolOutputBuilder) -> bool
fn eq(&self, other: &DeleteCoipPoolOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteCoipPoolOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteCoipPoolOutputBuilder
impl Send for DeleteCoipPoolOutputBuilder
impl Sync for DeleteCoipPoolOutputBuilder
impl Unpin for DeleteCoipPoolOutputBuilder
impl UnwindSafe for DeleteCoipPoolOutputBuilder
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