#[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 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 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 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<GetCoipPoolUsageOutputBuilder> for GetCoipPoolUsageOutputBuilder
impl PartialEq<GetCoipPoolUsageOutputBuilder> 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 ==.