/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the credit option for CPU usage of a burstable performance
* instance. 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 InstanceCreditSpecification& WithInstanceId(const Aws::String& value) { SetInstanceId(value); return *this;} /** *The ID of the instance.
*/ inline InstanceCreditSpecification& WithInstanceId(Aws::String&& value) { SetInstanceId(std::move(value)); return *this;} /** *The ID of the instance.
*/ inline InstanceCreditSpecification& WithInstanceId(const char* value) { SetInstanceId(value); return *this;} /** *The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited
The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited
The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited
The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited
The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited
The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited
The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited
The credit option for CPU usage of the instance.
Valid values:
* standard
| unlimited