Struct aws_sdk_ec2::input::DeleteCoipPoolInput
source · #[non_exhaustive]pub struct DeleteCoipPoolInput { /* private fields */ }
Implementations§
source§impl DeleteCoipPoolInput
impl DeleteCoipPoolInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCoipPool, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCoipPool, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCoipPool
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCoipPoolInput
.
source§impl DeleteCoipPoolInput
impl DeleteCoipPoolInput
sourcepub fn coip_pool_id(&self) -> Option<&str>
pub fn coip_pool_id(&self) -> Option<&str>
The ID of the CoIP pool that you want to delete.
Trait Implementations§
source§impl Clone for DeleteCoipPoolInput
impl Clone for DeleteCoipPoolInput
source§fn clone(&self) -> DeleteCoipPoolInput
fn clone(&self) -> DeleteCoipPoolInput
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 DeleteCoipPoolInput
impl Debug for DeleteCoipPoolInput
source§impl PartialEq<DeleteCoipPoolInput> for DeleteCoipPoolInput
impl PartialEq<DeleteCoipPoolInput> for DeleteCoipPoolInput
source§fn eq(&self, other: &DeleteCoipPoolInput) -> bool
fn eq(&self, other: &DeleteCoipPoolInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.