/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes a running instance in a Spot Fleet.See Also:
AWS
* API Reference
The ID of the instance.
*/ inline const Aws::String& GetInstanceId() const{ return m_instanceId; } /** *The ID of the instance.
*/ inline bool InstanceIdHasBeenSet() const { return m_instanceIdHasBeenSet; } /** *The ID of the instance.
*/ inline void SetInstanceId(const Aws::String& value) { m_instanceIdHasBeenSet = true; m_instanceId = value; } /** *The ID of the instance.
*/ inline void SetInstanceId(Aws::String&& value) { m_instanceIdHasBeenSet = true; m_instanceId = std::move(value); } /** *The ID of the instance.
*/ inline void SetInstanceId(const char* value) { m_instanceIdHasBeenSet = true; m_instanceId.assign(value); } /** *The ID of the instance.
*/ inline ActiveInstance& WithInstanceId(const Aws::String& value) { SetInstanceId(value); return *this;} /** *The ID of the instance.
*/ inline ActiveInstance& WithInstanceId(Aws::String&& value) { SetInstanceId(std::move(value)); return *this;} /** *The ID of the instance.
*/ inline ActiveInstance& WithInstanceId(const char* value) { SetInstanceId(value); return *this;} /** *The instance type.
*/ inline const Aws::String& GetInstanceType() const{ return m_instanceType; } /** *The instance type.
*/ inline bool InstanceTypeHasBeenSet() const { return m_instanceTypeHasBeenSet; } /** *The instance type.
*/ inline void SetInstanceType(const Aws::String& value) { m_instanceTypeHasBeenSet = true; m_instanceType = value; } /** *The instance type.
*/ inline void SetInstanceType(Aws::String&& value) { m_instanceTypeHasBeenSet = true; m_instanceType = std::move(value); } /** *The instance type.
*/ inline void SetInstanceType(const char* value) { m_instanceTypeHasBeenSet = true; m_instanceType.assign(value); } /** *The instance type.
*/ inline ActiveInstance& WithInstanceType(const Aws::String& value) { SetInstanceType(value); return *this;} /** *The instance type.
*/ inline ActiveInstance& WithInstanceType(Aws::String&& value) { SetInstanceType(std::move(value)); return *this;} /** *The instance type.
*/ inline ActiveInstance& WithInstanceType(const char* value) { SetInstanceType(value); return *this;} /** *The ID of the Spot Instance request.
*/ inline const Aws::String& GetSpotInstanceRequestId() const{ return m_spotInstanceRequestId; } /** *The ID of the Spot Instance request.
*/ inline bool SpotInstanceRequestIdHasBeenSet() const { return m_spotInstanceRequestIdHasBeenSet; } /** *The ID of the Spot Instance request.
*/ inline void SetSpotInstanceRequestId(const Aws::String& value) { m_spotInstanceRequestIdHasBeenSet = true; m_spotInstanceRequestId = value; } /** *The ID of the Spot Instance request.
*/ inline void SetSpotInstanceRequestId(Aws::String&& value) { m_spotInstanceRequestIdHasBeenSet = true; m_spotInstanceRequestId = std::move(value); } /** *The ID of the Spot Instance request.
*/ inline void SetSpotInstanceRequestId(const char* value) { m_spotInstanceRequestIdHasBeenSet = true; m_spotInstanceRequestId.assign(value); } /** *The ID of the Spot Instance request.
*/ inline ActiveInstance& WithSpotInstanceRequestId(const Aws::String& value) { SetSpotInstanceRequestId(value); return *this;} /** *The ID of the Spot Instance request.
*/ inline ActiveInstance& WithSpotInstanceRequestId(Aws::String&& value) { SetSpotInstanceRequestId(std::move(value)); return *this;} /** *The ID of the Spot Instance request.
*/ inline ActiveInstance& WithSpotInstanceRequestId(const char* value) { SetSpotInstanceRequestId(value); return *this;} /** *The health status of the instance. If the status of either the instance
* status check or the system status check is impaired
, the health
* status of the instance is unhealthy
. Otherwise, the health status
* is healthy
.
The health status of the instance. If the status of either the instance
* status check or the system status check is impaired
, the health
* status of the instance is unhealthy
. Otherwise, the health status
* is healthy
.
The health status of the instance. If the status of either the instance
* status check or the system status check is impaired
, the health
* status of the instance is unhealthy
. Otherwise, the health status
* is healthy
.
The health status of the instance. If the status of either the instance
* status check or the system status check is impaired
, the health
* status of the instance is unhealthy
. Otherwise, the health status
* is healthy
.
The health status of the instance. If the status of either the instance
* status check or the system status check is impaired
, the health
* status of the instance is unhealthy
. Otherwise, the health status
* is healthy
.
The health status of the instance. If the status of either the instance
* status check or the system status check is impaired
, the health
* status of the instance is unhealthy
. Otherwise, the health status
* is healthy
.