#[non_exhaustive]pub struct DeleteEntitlementInput { /* private fields */ }
Implementations§
source§impl DeleteEntitlementInput
impl DeleteEntitlementInput
sourcepub fn builder() -> DeleteEntitlementInputBuilder
pub fn builder() -> DeleteEntitlementInputBuilder
Creates a new builder-style object to manufacture DeleteEntitlementInput
.
source§impl DeleteEntitlementInput
impl DeleteEntitlementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEntitlement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteEntitlement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEntitlement
>
Trait Implementations§
source§impl Clone for DeleteEntitlementInput
impl Clone for DeleteEntitlementInput
source§fn clone(&self) -> DeleteEntitlementInput
fn clone(&self) -> DeleteEntitlementInput
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 DeleteEntitlementInput
impl Debug for DeleteEntitlementInput
source§impl PartialEq<DeleteEntitlementInput> for DeleteEntitlementInput
impl PartialEq<DeleteEntitlementInput> for DeleteEntitlementInput
source§fn eq(&self, other: &DeleteEntitlementInput) -> bool
fn eq(&self, other: &DeleteEntitlementInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.