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 [`DescribeThemeForStack`](crate::operation::describe_theme_for_stack::builders::DescribeThemeForStackFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`stack_name(impl Into<String>)`](crate::operation::describe_theme_for_stack::builders::DescribeThemeForStackFluentBuilder::stack_name) / [`set_stack_name(Option<String>)`](crate::operation::describe_theme_for_stack::builders::DescribeThemeForStackFluentBuilder::set_stack_name):<br>required: **true**<br><p>The name of the stack for the theme.</p><br>
    /// - On success, responds with [`DescribeThemeForStackOutput`](crate::operation::describe_theme_for_stack::DescribeThemeForStackOutput) with field(s):
    ///   - [`theme(Option<Theme>)`](crate::operation::describe_theme_for_stack::DescribeThemeForStackOutput::theme): <p>The theme object that contains the metadata of the custom branding.</p>
    /// - On failure, responds with [`SdkError<DescribeThemeForStackError>`](crate::operation::describe_theme_for_stack::DescribeThemeForStackError)
    pub fn describe_theme_for_stack(&self) -> crate::operation::describe_theme_for_stack::builders::DescribeThemeForStackFluentBuilder {
        crate::operation::describe_theme_for_stack::builders::DescribeThemeForStackFluentBuilder::new(self.handle.clone())
    }
}