#[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 next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetCoipPoolUsageOutputBuilder
impl Default for GetCoipPoolUsageOutputBuilder
source§fn default() -> GetCoipPoolUsageOutputBuilder
fn default() -> GetCoipPoolUsageOutputBuilder
source§impl PartialEq for GetCoipPoolUsageOutputBuilder
impl PartialEq for GetCoipPoolUsageOutputBuilder
source§fn eq(&self, other: &GetCoipPoolUsageOutputBuilder) -> bool
fn eq(&self, other: &GetCoipPoolUsageOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.