// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetBackupPlanFromTemplate`](crate::operation::get_backup_plan_from_template::builders::GetBackupPlanFromTemplateFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`backup_plan_template_id(impl Into<String>)`](crate::operation::get_backup_plan_from_template::builders::GetBackupPlanFromTemplateFluentBuilder::backup_plan_template_id) / [`set_backup_plan_template_id(Option<String>)`](crate::operation::get_backup_plan_from_template::builders::GetBackupPlanFromTemplateFluentBuilder::set_backup_plan_template_id): <p>Uniquely identifies a stored backup plan template.</p>
/// - On success, responds with [`GetBackupPlanFromTemplateOutput`](crate::operation::get_backup_plan_from_template::GetBackupPlanFromTemplateOutput) with field(s):
/// - [`backup_plan_document(Option<BackupPlan>)`](crate::operation::get_backup_plan_from_template::GetBackupPlanFromTemplateOutput::backup_plan_document): <p>Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.</p>
/// - On failure, responds with [`SdkError<GetBackupPlanFromTemplateError>`](crate::operation::get_backup_plan_from_template::GetBackupPlanFromTemplateError)
pub fn get_backup_plan_from_template(&self) -> crate::operation::get_backup_plan_from_template::builders::GetBackupPlanFromTemplateFluentBuilder{
crate::operation::get_backup_plan_from_template::builders::GetBackupPlanFromTemplateFluentBuilder::new(self.handle.clone())
}
}