aws_sdk_appstream/client/delete_theme_for_stack.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeleteThemeForStack`](crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`stack_name(impl Into<String>)`](crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder::stack_name) / [`set_stack_name(Option<String>)`](crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder::set_stack_name):<br>required: **true**<br><p>The name of the stack for the theme.</p><br>
7 /// - On success, responds with [`DeleteThemeForStackOutput`](crate::operation::delete_theme_for_stack::DeleteThemeForStackOutput)
8 /// - On failure, responds with [`SdkError<DeleteThemeForStackError>`](crate::operation::delete_theme_for_stack::DeleteThemeForStackError)
9 pub fn delete_theme_for_stack(&self) -> crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder {
10 crate::operation::delete_theme_for_stack::builders::DeleteThemeForStackFluentBuilder::new(self.handle.clone())
11 }
12}