Struct aws_sdk_gamelift::operation::create_game_server_group::builders::CreateGameServerGroupOutputBuilder
source · #[non_exhaustive]pub struct CreateGameServerGroupOutputBuilder { /* private fields */ }Expand description
A builder for CreateGameServerGroupOutput.
Implementations§
source§impl CreateGameServerGroupOutputBuilder
impl CreateGameServerGroupOutputBuilder
sourcepub fn game_server_group(self, input: GameServerGroup) -> Self
pub fn game_server_group(self, input: GameServerGroup) -> Self
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group has not yet been created. This value is added once the game server group status reaches ACTIVE.
sourcepub fn set_game_server_group(self, input: Option<GameServerGroup>) -> Self
pub fn set_game_server_group(self, input: Option<GameServerGroup>) -> Self
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group has not yet been created. This value is added once the game server group status reaches ACTIVE.
sourcepub fn get_game_server_group(&self) -> &Option<GameServerGroup>
pub fn get_game_server_group(&self) -> &Option<GameServerGroup>
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group has not yet been created. This value is added once the game server group status reaches ACTIVE.
sourcepub fn build(self) -> CreateGameServerGroupOutput
pub fn build(self) -> CreateGameServerGroupOutput
Consumes the builder and constructs a CreateGameServerGroupOutput.
Trait Implementations§
source§impl Clone for CreateGameServerGroupOutputBuilder
impl Clone for CreateGameServerGroupOutputBuilder
source§fn clone(&self) -> CreateGameServerGroupOutputBuilder
fn clone(&self) -> CreateGameServerGroupOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateGameServerGroupOutputBuilder
impl Default for CreateGameServerGroupOutputBuilder
source§fn default() -> CreateGameServerGroupOutputBuilder
fn default() -> CreateGameServerGroupOutputBuilder
source§impl PartialEq for CreateGameServerGroupOutputBuilder
impl PartialEq for CreateGameServerGroupOutputBuilder
source§fn eq(&self, other: &CreateGameServerGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateGameServerGroupOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.