aws-sdk-emr 1.121.0

AWS SDK for Amazon EMR
Documentation
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 [`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())
    }
}