#[non_exhaustive]pub struct GetCoipPoolUsageOutputBuilder { /* private fields */ }
Expand description
A builder for GetCoipPoolUsageOutput
.
Implementations§
source§impl GetCoipPoolUsageOutputBuilder
impl GetCoipPoolUsageOutputBuilder
sourcepub fn coip_pool_id(self, input: impl Into<String>) -> Self
pub fn coip_pool_id(self, input: impl Into<String>) -> Self
The ID of the customer-owned address pool.
sourcepub fn set_coip_pool_id(self, input: Option<String>) -> Self
pub fn set_coip_pool_id(self, input: Option<String>) -> Self
The ID of the customer-owned address pool.
sourcepub fn get_coip_pool_id(&self) -> &Option<String>
pub fn get_coip_pool_id(&self) -> &Option<String>
The ID of the customer-owned address pool.
sourcepub fn coip_address_usages(self, input: CoipAddressUsage) -> Self
pub fn coip_address_usages(self, input: CoipAddressUsage) -> Self
Appends an item to coip_address_usages
.
To override the contents of this collection use set_coip_address_usages
.
Information about the address usage.
sourcepub fn set_coip_address_usages(
self,
input: Option<Vec<CoipAddressUsage>>
) -> Self
pub fn set_coip_address_usages( self, input: Option<Vec<CoipAddressUsage>> ) -> Self
Information about the address usage.
sourcepub fn get_coip_address_usages(&self) -> &Option<Vec<CoipAddressUsage>>
pub fn get_coip_address_usages(&self) -> &Option<Vec<CoipAddressUsage>>
Information about the address usage.
sourcepub fn local_gateway_route_table_id(self, input: impl Into<String>) -> Self
pub fn local_gateway_route_table_id(self, input: impl Into<String>) -> Self
The ID of the local gateway route table.
sourcepub fn set_local_gateway_route_table_id(self, input: Option<String>) -> Self
pub fn set_local_gateway_route_table_id(self, input: Option<String>) -> Self
The ID of the local gateway route table.
sourcepub fn get_local_gateway_route_table_id(&self) -> &Option<String>
pub fn get_local_gateway_route_table_id(&self) -> &Option<String>
The ID of the local gateway route table.
sourcepub fn build(self) -> GetCoipPoolUsageOutput
pub fn build(self) -> GetCoipPoolUsageOutput
Consumes the builder and constructs a GetCoipPoolUsageOutput
.
Trait Implementations§
source§impl Clone for GetCoipPoolUsageOutputBuilder
impl Clone for GetCoipPoolUsageOutputBuilder
source§fn clone(&self) -> GetCoipPoolUsageOutputBuilder
fn clone(&self) -> GetCoipPoolUsageOutputBuilder
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 GetCoipPoolUsageOutputBuilder
impl Default for GetCoipPoolUsageOutputBuilder
source§fn default() -> GetCoipPoolUsageOutputBuilder
fn default() -> GetCoipPoolUsageOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetCoipPoolUsageOutputBuilder
impl PartialEq for GetCoipPoolUsageOutputBuilder
source§fn eq(&self, other: &GetCoipPoolUsageOutputBuilder) -> bool
fn eq(&self, other: &GetCoipPoolUsageOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetCoipPoolUsageOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetCoipPoolUsageOutputBuilder
impl Send for GetCoipPoolUsageOutputBuilder
impl Sync for GetCoipPoolUsageOutputBuilder
impl Unpin for GetCoipPoolUsageOutputBuilder
impl UnwindSafe for GetCoipPoolUsageOutputBuilder
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.