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 [`GetIpAccessSettings`](crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`ip_access_settings_arn(impl Into<String>)`](crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder::ip_access_settings_arn) / [`set_ip_access_settings_arn(Option<String>)`](crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder::set_ip_access_settings_arn):<br>required: **true**<br><p>The ARN of the IP access settings.</p><br>
    /// - On success, responds with [`GetIpAccessSettingsOutput`](crate::operation::get_ip_access_settings::GetIpAccessSettingsOutput) with field(s):
    ///   - [`ip_access_settings(Option<IpAccessSettings>)`](crate::operation::get_ip_access_settings::GetIpAccessSettingsOutput::ip_access_settings): <p>The IP access settings.</p>
    /// - On failure, responds with [`SdkError<GetIpAccessSettingsError>`](crate::operation::get_ip_access_settings::GetIpAccessSettingsError)
    pub fn get_ip_access_settings(&self) -> crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder {
        crate::operation::get_ip_access_settings::builders::GetIpAccessSettingsFluentBuilder::new(self.handle.clone())
    }
}