aws_sdk_transfer/client/describe_web_app.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeWebApp`](crate::operation::describe_web_app::builders::DescribeWebAppFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`web_app_id(impl Into<String>)`](crate::operation::describe_web_app::builders::DescribeWebAppFluentBuilder::web_app_id) / [`set_web_app_id(Option<String>)`](crate::operation::describe_web_app::builders::DescribeWebAppFluentBuilder::set_web_app_id):<br>required: **true**<br><p>Provide the unique identifier for the web app.</p><br>
/// - On success, responds with [`DescribeWebAppOutput`](crate::operation::describe_web_app::DescribeWebAppOutput) with field(s):
/// - [`web_app(Option<DescribedWebApp>)`](crate::operation::describe_web_app::DescribeWebAppOutput::web_app): <p>Returns a structure that contains the details of the web app.</p>
/// - On failure, responds with [`SdkError<DescribeWebAppError>`](crate::operation::describe_web_app::DescribeWebAppError)
pub fn describe_web_app(&self) -> crate::operation::describe_web_app::builders::DescribeWebAppFluentBuilder {
crate::operation::describe_web_app::builders::DescribeWebAppFluentBuilder::new(self.handle.clone())
}
}