// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribePersistentAppUI`](crate::operation::describe_persistent_app_ui::builders::DescribePersistentAppUIFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`persistent_app_ui_id(impl Into<String>)`](crate::operation::describe_persistent_app_ui::builders::DescribePersistentAppUIFluentBuilder::persistent_app_ui_id) / [`set_persistent_app_ui_id(Option<String>)`](crate::operation::describe_persistent_app_ui::builders::DescribePersistentAppUIFluentBuilder::set_persistent_app_ui_id):<br>required: **true**<br><p>The identifier for the persistent application user interface.</p><br>
/// - On success, responds with [`DescribePersistentAppUiOutput`](crate::operation::describe_persistent_app_ui::DescribePersistentAppUiOutput) with field(s):
/// - [`persistent_app_ui(Option<PersistentAppUi>)`](crate::operation::describe_persistent_app_ui::DescribePersistentAppUiOutput::persistent_app_ui): <p>The persistent application user interface.</p>
/// - On failure, responds with [`SdkError<DescribePersistentAppUIError>`](crate::operation::describe_persistent_app_ui::DescribePersistentAppUIError)
pub fn describe_persistent_app_ui(&self) -> crate::operation::describe_persistent_app_ui::builders::DescribePersistentAppUIFluentBuilder {
crate::operation::describe_persistent_app_ui::builders::DescribePersistentAppUIFluentBuilder::new(self.handle.clone())
}
}