aws-sdk-route53profiles 1.77.0

AWS SDK for Route 53 Profiles
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 [`GetProfile`](crate::operation::get_profile::builders::GetProfileFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_id(impl Into<String>)`](crate::operation::get_profile::builders::GetProfileFluentBuilder::profile_id) / [`set_profile_id(Option<String>)`](crate::operation::get_profile::builders::GetProfileFluentBuilder::set_profile_id):<br>required: **true**<br><p>ID of the Profile.</p><br>
    /// - On success, responds with [`GetProfileOutput`](crate::operation::get_profile::GetProfileOutput) with field(s):
    ///   - [`profile(Option<Profile>)`](crate::operation::get_profile::GetProfileOutput::profile): <p>Information about the Profile, including the status of the Profile.</p>
    /// - On failure, responds with [`SdkError<GetProfileError>`](crate::operation::get_profile::GetProfileError)
    pub fn get_profile(&self) -> crate::operation::get_profile::builders::GetProfileFluentBuilder {
        crate::operation::get_profile::builders::GetProfileFluentBuilder::new(self.handle.clone())
    }
}