// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetBackendAPIModels`](crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`app_id(impl ::std::convert::Into<String>)`](crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder::app_id) / [`set_app_id(Option<String>)`](crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder::set_app_id): <p>The app ID.</p>
/// - [`backend_environment_name(impl ::std::convert::Into<String>)`](crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder::backend_environment_name) / [`set_backend_environment_name(Option<String>)`](crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder::set_backend_environment_name): <p>The name of the backend environment.</p>
/// - [`resource_name(impl ::std::convert::Into<String>)`](crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder::resource_name) / [`set_resource_name(Option<String>)`](crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder::set_resource_name): <p>The name of this resource.</p>
/// - On success, responds with [`GetBackendApiModelsOutput`](crate::operation::get_backend_api_models::GetBackendApiModelsOutput) with field(s):
/// - [`models(Option<String>)`](crate::operation::get_backend_api_models::GetBackendApiModelsOutput::models): <p>Stringified JSON of the datastore model.</p>
/// - [`status(Option<Status>)`](crate::operation::get_backend_api_models::GetBackendApiModelsOutput::status): <p>The current status of the request.</p>
/// - [`model_introspection_schema(Option<String>)`](crate::operation::get_backend_api_models::GetBackendApiModelsOutput::model_introspection_schema): <p>Stringified JSON of the model introspection schema for an existing backend API resource.</p>
/// - On failure, responds with [`SdkError<GetBackendAPIModelsError>`](crate::operation::get_backend_api_models::GetBackendAPIModelsError)
pub fn get_backend_api_models(&self) -> crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder {
crate::operation::get_backend_api_models::builders::GetBackendAPIModelsFluentBuilder::new(self.handle.clone())
}
}