aws_sdk_controltower/client/get_landing_zone.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetLandingZone`](crate::operation::get_landing_zone::builders::GetLandingZoneFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`landing_zone_identifier(impl Into<String>)`](crate::operation::get_landing_zone::builders::GetLandingZoneFluentBuilder::landing_zone_identifier) / [`set_landing_zone_identifier(Option<String>)`](crate::operation::get_landing_zone::builders::GetLandingZoneFluentBuilder::set_landing_zone_identifier):<br>required: **true**<br><p>The unique identifier of the landing zone.</p><br>
/// - On success, responds with [`GetLandingZoneOutput`](crate::operation::get_landing_zone::GetLandingZoneOutput) with field(s):
/// - [`landing_zone(Option<LandingZoneDetail>)`](crate::operation::get_landing_zone::GetLandingZoneOutput::landing_zone): <p>Information about the landing zone.</p>
/// - On failure, responds with [`SdkError<GetLandingZoneError>`](crate::operation::get_landing_zone::GetLandingZoneError)
pub fn get_landing_zone(&self) -> crate::operation::get_landing_zone::builders::GetLandingZoneFluentBuilder {
crate::operation::get_landing_zone::builders::GetLandingZoneFluentBuilder::new(self.handle.clone())
}
}