aws-sdk-cloudfront 1.116.0

AWS SDK for Amazon CloudFront
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetConnectionGroup`](crate::operation::get_connection_group::builders::GetConnectionGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::get_connection_group::builders::GetConnectionGroupFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_connection_group::builders::GetConnectionGroupFluentBuilder::set_identifier):<br>required: **true**<br><p>The ID, name, or Amazon Resource Name (ARN) of the connection group.</p><br>
    /// - On success, responds with [`GetConnectionGroupOutput`](crate::operation::get_connection_group::GetConnectionGroupOutput) with field(s):
    ///   - [`connection_group(Option<ConnectionGroup>)`](crate::operation::get_connection_group::GetConnectionGroupOutput::connection_group): <p>The connection group that you retrieved.</p>
    ///   - [`e_tag(Option<String>)`](crate::operation::get_connection_group::GetConnectionGroupOutput::e_tag): <p>The current version of the connection group.</p>
    /// - On failure, responds with [`SdkError<GetConnectionGroupError>`](crate::operation::get_connection_group::GetConnectionGroupError)
    pub fn get_connection_group(&self) -> crate::operation::get_connection_group::builders::GetConnectionGroupFluentBuilder {
        crate::operation::get_connection_group::builders::GetConnectionGroupFluentBuilder::new(self.handle.clone())
    }
}