aws-sdk-route53profiles 1.71.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 [`GetProfileAssociation`](crate::operation::get_profile_association::builders::GetProfileAssociationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_association_id(impl Into<String>)`](crate::operation::get_profile_association::builders::GetProfileAssociationFluentBuilder::profile_association_id) / [`set_profile_association_id(Option<String>)`](crate::operation::get_profile_association::builders::GetProfileAssociationFluentBuilder::set_profile_association_id):<br>required: **true**<br><p>The identifier of the association you want to get information about.</p><br>
    /// - On success, responds with [`GetProfileAssociationOutput`](crate::operation::get_profile_association::GetProfileAssociationOutput) with field(s):
    ///   - [`profile_association(Option<ProfileAssociation>)`](crate::operation::get_profile_association::GetProfileAssociationOutput::profile_association): <p>Information about the Profile association that you specified in a <code>GetProfileAssociation</code> request.</p>
    /// - On failure, responds with [`SdkError<GetProfileAssociationError>`](crate::operation::get_profile_association::GetProfileAssociationError)
    pub fn get_profile_association(&self) -> crate::operation::get_profile_association::builders::GetProfileAssociationFluentBuilder {
        crate::operation::get_profile_association::builders::GetProfileAssociationFluentBuilder::new(self.handle.clone())
    }
}