aws-sdk-storagegateway 1.115.0

AWS SDK for AWS Storage Gateway
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`CancelCacheReport`](crate::operation::cancel_cache_report::builders::CancelCacheReportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cache_report_arn(impl Into<String>)`](crate::operation::cancel_cache_report::builders::CancelCacheReportFluentBuilder::cache_report_arn) / [`set_cache_report_arn(Option<String>)`](crate::operation::cancel_cache_report::builders::CancelCacheReportFluentBuilder::set_cache_report_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the cache report you want to cancel.</p><br>
    /// - On success, responds with [`CancelCacheReportOutput`](crate::operation::cancel_cache_report::CancelCacheReportOutput) with field(s):
    ///   - [`cache_report_arn(Option<String>)`](crate::operation::cancel_cache_report::CancelCacheReportOutput::cache_report_arn): <p>The Amazon Resource Name (ARN) of the cache report you want to cancel.</p>
    /// - On failure, responds with [`SdkError<CancelCacheReportError>`](crate::operation::cancel_cache_report::CancelCacheReportError)
    pub fn cancel_cache_report(&self) -> crate::operation::cancel_cache_report::builders::CancelCacheReportFluentBuilder {
        crate::operation::cancel_cache_report::builders::CancelCacheReportFluentBuilder::new(self.handle.clone())
    }
}