#[non_exhaustive]pub struct DeleteUsageLimitInput { /* private fields */ }
Implementations§
source§impl DeleteUsageLimitInput
impl DeleteUsageLimitInput
sourcepub fn usage_limit_id(&self) -> Option<&str>
pub fn usage_limit_id(&self) -> Option<&str>
The identifier of the usage limit to delete.
source§impl DeleteUsageLimitInput
impl DeleteUsageLimitInput
sourcepub fn builder() -> DeleteUsageLimitInputBuilder
pub fn builder() -> DeleteUsageLimitInputBuilder
Creates a new builder-style object to manufacture DeleteUsageLimitInput
.
source§impl DeleteUsageLimitInput
impl DeleteUsageLimitInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUsageLimit, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteUsageLimit, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteUsageLimit
>
Trait Implementations§
source§impl Clone for DeleteUsageLimitInput
impl Clone for DeleteUsageLimitInput
source§fn clone(&self) -> DeleteUsageLimitInput
fn clone(&self) -> DeleteUsageLimitInput
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 DeleteUsageLimitInput
impl Debug for DeleteUsageLimitInput
source§impl PartialEq<DeleteUsageLimitInput> for DeleteUsageLimitInput
impl PartialEq<DeleteUsageLimitInput> for DeleteUsageLimitInput
source§fn eq(&self, other: &DeleteUsageLimitInput) -> bool
fn eq(&self, other: &DeleteUsageLimitInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteUsageLimitInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteUsageLimitInput
impl Send for DeleteUsageLimitInput
impl Sync for DeleteUsageLimitInput
impl Unpin for DeleteUsageLimitInput
impl UnwindSafe for DeleteUsageLimitInput
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