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