Struct aws_sdk_ec2::input::CreateCoipPoolInput
source · #[non_exhaustive]pub struct CreateCoipPoolInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCoipPoolInput
.
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.
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 ==
.