#[non_exhaustive]pub struct CreateCoipPoolInput { /* private fields */ }
Implementations§
source§impl CreateCoipPoolInput
impl CreateCoipPoolInput
sourcepub fn local_gateway_route_table_id(&self) -> Option<&str>
pub fn local_gateway_route_table_id(&self) -> Option<&str>
The ID of the local gateway route table.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to assign to the CoIP address pool.
source§impl CreateCoipPoolInput
impl CreateCoipPoolInput
sourcepub fn builder() -> CreateCoipPoolInputBuilder
pub fn builder() -> CreateCoipPoolInputBuilder
Creates a new builder-style object to manufacture CreateCoipPoolInput
.
source§impl CreateCoipPoolInput
impl CreateCoipPoolInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCoipPool, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateCoipPool, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateCoipPool
>
Trait Implementations§
source§impl Clone for CreateCoipPoolInput
impl Clone for CreateCoipPoolInput
source§fn clone(&self) -> CreateCoipPoolInput
fn clone(&self) -> CreateCoipPoolInput
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 CreateCoipPoolInput
impl Debug for CreateCoipPoolInput
source§impl PartialEq<CreateCoipPoolInput> for CreateCoipPoolInput
impl PartialEq<CreateCoipPoolInput> for CreateCoipPoolInput
source§fn eq(&self, other: &CreateCoipPoolInput) -> bool
fn eq(&self, other: &CreateCoipPoolInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateCoipPoolInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateCoipPoolInput
impl Send for CreateCoipPoolInput
impl Sync for CreateCoipPoolInput
impl Unpin for CreateCoipPoolInput
impl UnwindSafe for CreateCoipPoolInput
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