#[non_exhaustive]pub struct DeleteCoipPoolInputBuilder { /* private fields */ }Expand description
A builder for DeleteCoipPoolInput.
Implementations§
source§impl DeleteCoipPoolInputBuilder
impl DeleteCoipPoolInputBuilder
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 CoIP pool that you want to delete.
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 CoIP pool that you want to delete.
sourcepub fn get_coip_pool_id(&self) -> &Option<String>
pub fn get_coip_pool_id(&self) -> &Option<String>
The ID of the CoIP pool that you want to delete.
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
sourcepub fn build(self) -> Result<DeleteCoipPoolInput, BuildError>
pub fn build(self) -> Result<DeleteCoipPoolInput, BuildError>
Consumes the builder and constructs a DeleteCoipPoolInput.
source§impl DeleteCoipPoolInputBuilder
impl DeleteCoipPoolInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteCoipPoolOutput, SdkError<DeleteCoipPoolError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteCoipPoolOutput, SdkError<DeleteCoipPoolError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteCoipPoolInputBuilder
impl Clone for DeleteCoipPoolInputBuilder
source§fn clone(&self) -> DeleteCoipPoolInputBuilder
fn clone(&self) -> DeleteCoipPoolInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DeleteCoipPoolInputBuilder
impl Debug for DeleteCoipPoolInputBuilder
source§impl Default for DeleteCoipPoolInputBuilder
impl Default for DeleteCoipPoolInputBuilder
source§fn default() -> DeleteCoipPoolInputBuilder
fn default() -> DeleteCoipPoolInputBuilder
source§impl PartialEq<DeleteCoipPoolInputBuilder> for DeleteCoipPoolInputBuilder
impl PartialEq<DeleteCoipPoolInputBuilder> for DeleteCoipPoolInputBuilder
source§fn eq(&self, other: &DeleteCoipPoolInputBuilder) -> bool
fn eq(&self, other: &DeleteCoipPoolInputBuilder) -> bool
self and other values to be equal, and is used
by ==.