// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteRefreshSchedule`](crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`data_set_id(impl Into<String>)`](crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder::data_set_id) / [`set_data_set_id(Option<String>)`](crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder::set_data_set_id): <p>The ID of the dataset.</p>
/// - [`aws_account_id(impl Into<String>)`](crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder::set_aws_account_id): <p>The Amazon Web Services account ID.</p>
/// - [`schedule_id(impl Into<String>)`](crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder::schedule_id) / [`set_schedule_id(Option<String>)`](crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder::set_schedule_id): <p>The ID of the refresh schedule.</p>
/// - On success, responds with [`DeleteRefreshScheduleOutput`](crate::operation::delete_refresh_schedule::DeleteRefreshScheduleOutput) with field(s):
/// - [`status(i32)`](crate::operation::delete_refresh_schedule::DeleteRefreshScheduleOutput::status): <p>The HTTP status of the request.</p>
/// - [`request_id(Option<String>)`](crate::operation::delete_refresh_schedule::DeleteRefreshScheduleOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`schedule_id(Option<String>)`](crate::operation::delete_refresh_schedule::DeleteRefreshScheduleOutput::schedule_id): <p>The ID of the refresh schedule.</p>
/// - [`arn(Option<String>)`](crate::operation::delete_refresh_schedule::DeleteRefreshScheduleOutput::arn): <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
/// - On failure, responds with [`SdkError<DeleteRefreshScheduleError>`](crate::operation::delete_refresh_schedule::DeleteRefreshScheduleError)
pub fn delete_refresh_schedule(
&self,
) -> crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder
{
crate::operation::delete_refresh_schedule::builders::DeleteRefreshScheduleFluentBuilder::new(
self.handle.clone(),
)
}
}