1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteDataSetRefreshProperties`](crate::operation::delete_data_set_refresh_properties::builders::DeleteDataSetRefreshPropertiesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::delete_data_set_refresh_properties::builders::DeleteDataSetRefreshPropertiesFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_data_set_refresh_properties::builders::DeleteDataSetRefreshPropertiesFluentBuilder::set_aws_account_id): <p>The Amazon Web Services account ID.</p>
    ///   - [`data_set_id(impl Into<String>)`](crate::operation::delete_data_set_refresh_properties::builders::DeleteDataSetRefreshPropertiesFluentBuilder::data_set_id) / [`set_data_set_id(Option<String>)`](crate::operation::delete_data_set_refresh_properties::builders::DeleteDataSetRefreshPropertiesFluentBuilder::set_data_set_id): <p>The ID of the dataset.</p>
    /// - On success, responds with [`DeleteDataSetRefreshPropertiesOutput`](crate::operation::delete_data_set_refresh_properties::DeleteDataSetRefreshPropertiesOutput) with field(s):
    ///   - [`request_id(Option<String>)`](crate::operation::delete_data_set_refresh_properties::DeleteDataSetRefreshPropertiesOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    ///   - [`status(i32)`](crate::operation::delete_data_set_refresh_properties::DeleteDataSetRefreshPropertiesOutput::status): <p>The HTTP status of the request.</p>
    /// - On failure, responds with [`SdkError<DeleteDataSetRefreshPropertiesError>`](crate::operation::delete_data_set_refresh_properties::DeleteDataSetRefreshPropertiesError)
    pub fn delete_data_set_refresh_properties(&self) -> crate::operation::delete_data_set_refresh_properties::builders::DeleteDataSetRefreshPropertiesFluentBuilder{
        crate::operation::delete_data_set_refresh_properties::builders::DeleteDataSetRefreshPropertiesFluentBuilder::new(self.handle.clone())
    }
}