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 [`DescribeGameServerGroup`](crate::operation::describe_game_server_group::builders::DescribeGameServerGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`game_server_group_name(impl Into<String>)`](crate::operation::describe_game_server_group::builders::DescribeGameServerGroupFluentBuilder::game_server_group_name) / [`set_game_server_group_name(Option<String>)`](crate::operation::describe_game_server_group::builders::DescribeGameServerGroupFluentBuilder::set_game_server_group_name):<br>required: **true**<br><p>A unique identifier for the game server group. Use either the name or ARN value.</p><br>
    /// - On success, responds with [`DescribeGameServerGroupOutput`](crate::operation::describe_game_server_group::DescribeGameServerGroupOutput) with field(s):
    ///   - [`game_server_group(Option<GameServerGroup>)`](crate::operation::describe_game_server_group::DescribeGameServerGroupOutput::game_server_group): <p>An object with the property settings for the requested game server group resource.</p>
    /// - On failure, responds with [`SdkError<DescribeGameServerGroupError>`](crate::operation::describe_game_server_group::DescribeGameServerGroupError)
    pub fn describe_game_server_group(&self) -> crate::operation::describe_game_server_group::builders::DescribeGameServerGroupFluentBuilder {
        crate::operation::describe_game_server_group::builders::DescribeGameServerGroupFluentBuilder::new(self.handle.clone())
    }
}