/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a virtual computing instance that runs game server processes and
* hosts game sessions. In Amazon GameLift, one or more instances make up a managed
* EC2 fleet.See Also:
AWS
* API Reference
A unique identifier for the fleet that the instance belongs to.
*/ inline const Aws::String& GetFleetId() const{ return m_fleetId; } inline bool FleetIdHasBeenSet() const { return m_fleetIdHasBeenSet; } inline void SetFleetId(const Aws::String& value) { m_fleetIdHasBeenSet = true; m_fleetId = value; } inline void SetFleetId(Aws::String&& value) { m_fleetIdHasBeenSet = true; m_fleetId = std::move(value); } inline void SetFleetId(const char* value) { m_fleetIdHasBeenSet = true; m_fleetId.assign(value); } inline Instance& WithFleetId(const Aws::String& value) { SetFleetId(value); return *this;} inline Instance& WithFleetId(Aws::String&& value) { SetFleetId(std::move(value)); return *this;} inline Instance& WithFleetId(const char* value) { SetFleetId(value); return *this;} ///@} ///@{ /** *The Amazon Resource Name (ARN)
* that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
* ARNs are unique across all Regions. Format is
* arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
A unique identifier for the instance.
*/ inline const Aws::String& GetInstanceId() const{ return m_instanceId; } inline bool InstanceIdHasBeenSet() const { return m_instanceIdHasBeenSet; } inline void SetInstanceId(const Aws::String& value) { m_instanceIdHasBeenSet = true; m_instanceId = value; } inline void SetInstanceId(Aws::String&& value) { m_instanceIdHasBeenSet = true; m_instanceId = std::move(value); } inline void SetInstanceId(const char* value) { m_instanceIdHasBeenSet = true; m_instanceId.assign(value); } inline Instance& WithInstanceId(const Aws::String& value) { SetInstanceId(value); return *this;} inline Instance& WithInstanceId(Aws::String&& value) { SetInstanceId(std::move(value)); return *this;} inline Instance& WithInstanceId(const char* value) { SetInstanceId(value); return *this;} ///@} ///@{ /** *IP address that is assigned to the instance.
*/ inline const Aws::String& GetIpAddress() const{ return m_ipAddress; } inline bool IpAddressHasBeenSet() const { return m_ipAddressHasBeenSet; } inline void SetIpAddress(const Aws::String& value) { m_ipAddressHasBeenSet = true; m_ipAddress = value; } inline void SetIpAddress(Aws::String&& value) { m_ipAddressHasBeenSet = true; m_ipAddress = std::move(value); } inline void SetIpAddress(const char* value) { m_ipAddressHasBeenSet = true; m_ipAddress.assign(value); } inline Instance& WithIpAddress(const Aws::String& value) { SetIpAddress(value); return *this;} inline Instance& WithIpAddress(Aws::String&& value) { SetIpAddress(std::move(value)); return *this;} inline Instance& WithIpAddress(const char* value) { SetIpAddress(value); return *this;} ///@} ///@{ /** *The DNS identifier assigned to the instance that is running the game session. * Values have the following format:
TLS-enabled fleets:
* <unique identifier>.<region
* identifier>.amazongamelift.com.
Non-TLS-enabled
* fleets: ec2-<unique identifier>.compute.amazonaws.com. (See
* Amazon
* EC2 Instance IP Addressing.)
When connecting to a game * session that is running on a TLS-enabled fleet, you must use the DNS name, not * the IP address.
*/ inline const Aws::String& GetDnsName() const{ return m_dnsName; } inline bool DnsNameHasBeenSet() const { return m_dnsNameHasBeenSet; } inline void SetDnsName(const Aws::String& value) { m_dnsNameHasBeenSet = true; m_dnsName = value; } inline void SetDnsName(Aws::String&& value) { m_dnsNameHasBeenSet = true; m_dnsName = std::move(value); } inline void SetDnsName(const char* value) { m_dnsNameHasBeenSet = true; m_dnsName.assign(value); } inline Instance& WithDnsName(const Aws::String& value) { SetDnsName(value); return *this;} inline Instance& WithDnsName(Aws::String&& value) { SetDnsName(std::move(value)); return *this;} inline Instance& WithDnsName(const char* value) { SetDnsName(value); return *this;} ///@} ///@{ /** *Operating system that is running on this EC2 instance.
Amazon * Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the Amazon Linux 2 FAQs. For * game servers that are hosted on AL2 and use Amazon GameLift server SDK 4.x., * first update the game server build to server SDK 5.x, and then deploy to AL2023 * instances. See * Migrate to Amazon GameLift server SDK version 5.
*/ inline const OperatingSystem& GetOperatingSystem() const{ return m_operatingSystem; } inline bool OperatingSystemHasBeenSet() const { return m_operatingSystemHasBeenSet; } inline void SetOperatingSystem(const OperatingSystem& value) { m_operatingSystemHasBeenSet = true; m_operatingSystem = value; } inline void SetOperatingSystem(OperatingSystem&& value) { m_operatingSystemHasBeenSet = true; m_operatingSystem = std::move(value); } inline Instance& WithOperatingSystem(const OperatingSystem& value) { SetOperatingSystem(value); return *this;} inline Instance& WithOperatingSystem(OperatingSystem&& value) { SetOperatingSystem(std::move(value)); return *this;} ///@} ///@{ /** *EC2 instance type that defines the computing resources of this instance.
*/ inline const EC2InstanceType& GetType() const{ return m_type; } inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } inline void SetType(const EC2InstanceType& value) { m_typeHasBeenSet = true; m_type = value; } inline void SetType(EC2InstanceType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } inline Instance& WithType(const EC2InstanceType& value) { SetType(value); return *this;} inline Instance& WithType(EC2InstanceType&& value) { SetType(std::move(value)); return *this;} ///@} ///@{ /** *Current status of the instance. Possible statuses include the following:
*PENDING -- The instance is in the process of being created * and launching server processes as defined in the fleet's run-time configuration. *
ACTIVE -- The instance has been successfully created * and at least one server process has successfully launched and reported back to * Amazon GameLift that it is ready to host a game session. The instance is now * considered ready to host game sessions.
TERMINATING * -- The instance is in the process of shutting down. This may happen to reduce * capacity during a scaling down event or to recycle resources in the event of a * problem.
A time stamp indicating when this data object was created. Format is a number
* expressed in Unix time as milliseconds (for example
* "1469498468.057").
The fleet location of the instance, expressed as an Amazon Web Services
* Region code, such as us-west-2.