aws-sdk-route53profiles 1.72.0

AWS SDK for Route 53 Profiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetProfileResourceAssociation`](crate::operation::get_profile_resource_association::builders::GetProfileResourceAssociationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profile_resource_association_id(impl Into<String>)`](crate::operation::get_profile_resource_association::builders::GetProfileResourceAssociationFluentBuilder::profile_resource_association_id) / [`set_profile_resource_association_id(Option<String>)`](crate::operation::get_profile_resource_association::builders::GetProfileResourceAssociationFluentBuilder::set_profile_resource_association_id):<br>required: **true**<br><p>The ID of the profile resource association that you want to get information about.</p><br>
    /// - On success, responds with [`GetProfileResourceAssociationOutput`](crate::operation::get_profile_resource_association::GetProfileResourceAssociationOutput) with field(s):
    ///   - [`profile_resource_association(Option<ProfileResourceAssociation>)`](crate::operation::get_profile_resource_association::GetProfileResourceAssociationOutput::profile_resource_association): <p>Information about the Profile resource association that you specified in a <code>GetProfileResourceAssociation</code> request.</p>
    /// - On failure, responds with [`SdkError<GetProfileResourceAssociationError>`](crate::operation::get_profile_resource_association::GetProfileResourceAssociationError)
    pub fn get_profile_resource_association(
        &self,
    ) -> crate::operation::get_profile_resource_association::builders::GetProfileResourceAssociationFluentBuilder {
        crate::operation::get_profile_resource_association::builders::GetProfileResourceAssociationFluentBuilder::new(self.handle.clone())
    }
}