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