1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetTemplateSyncConfig`](crate::operation::get_template_sync_config::builders::GetTemplateSyncConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`template_name(impl Into<String>)`](crate::operation::get_template_sync_config::builders::GetTemplateSyncConfigFluentBuilder::template_name) / [`set_template_name(Option<String>)`](crate::operation::get_template_sync_config::builders::GetTemplateSyncConfigFluentBuilder::set_template_name):<br>required: **true**<br><p>The template name.</p><br>
    ///   - [`template_type(TemplateType)`](crate::operation::get_template_sync_config::builders::GetTemplateSyncConfigFluentBuilder::template_type) / [`set_template_type(Option<TemplateType>)`](crate::operation::get_template_sync_config::builders::GetTemplateSyncConfigFluentBuilder::set_template_type):<br>required: **true**<br><p>The template type.</p><br>
    /// - On success, responds with [`GetTemplateSyncConfigOutput`](crate::operation::get_template_sync_config::GetTemplateSyncConfigOutput) with field(s):
    ///   - [`template_sync_config(Option<TemplateSyncConfig>)`](crate::operation::get_template_sync_config::GetTemplateSyncConfigOutput::template_sync_config): <p>The template sync configuration detail data that's returned by Proton.</p>
    /// - On failure, responds with [`SdkError<GetTemplateSyncConfigError>`](crate::operation::get_template_sync_config::GetTemplateSyncConfigError)
    pub fn get_template_sync_config(&self) -> crate::operation::get_template_sync_config::builders::GetTemplateSyncConfigFluentBuilder {
        crate::operation::get_template_sync_config::builders::GetTemplateSyncConfigFluentBuilder::new(self.handle.clone())
    }
}