153 lines
7.3 KiB
C
153 lines
7.3 KiB
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/ec2/EC2_EXPORTS.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
|
|||
|
|
#include <aws/ec2/model/CapacityReservationPreference.h>
|
|||
|
|
#include <aws/ec2/model/CapacityReservationTargetResponse.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace Utils
|
|||
|
|
{
|
|||
|
|
namespace Xml
|
|||
|
|
{
|
|||
|
|
class XmlNode;
|
|||
|
|
} // namespace Xml
|
|||
|
|
} // namespace Utils
|
|||
|
|
namespace EC2
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the Capacity Reservation targeting option.</p><p><h3>See
|
|||
|
|
* Also:</h3> <a
|
|||
|
|
* href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateCapacityReservationSpecificationResponse">AWS
|
|||
|
|
* API Reference</a></p>
|
|||
|
|
*/
|
|||
|
|
class AWS_EC2_API LaunchTemplateCapacityReservationSpecificationResponse
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
LaunchTemplateCapacityReservationSpecificationResponse();
|
|||
|
|
LaunchTemplateCapacityReservationSpecificationResponse(const Aws::Utils::Xml::XmlNode& xmlNode);
|
|||
|
|
LaunchTemplateCapacityReservationSpecificationResponse& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
|
|||
|
|
|
|||
|
|
void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
|
|||
|
|
void OutputToStream(Aws::OStream& oStream, const char* location) const;
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Indicates the instance's Capacity Reservation preferences. Possible
|
|||
|
|
* preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run
|
|||
|
|
* in any <code>open</code> Capacity Reservation that has matching attributes
|
|||
|
|
* (instance type, platform, Availability Zone).</p> </li> <li> <p>
|
|||
|
|
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|||
|
|
* if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>
|
|||
|
|
*/
|
|||
|
|
inline const CapacityReservationPreference& GetCapacityReservationPreference() const{ return m_capacityReservationPreference; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Indicates the instance's Capacity Reservation preferences. Possible
|
|||
|
|
* preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run
|
|||
|
|
* in any <code>open</code> Capacity Reservation that has matching attributes
|
|||
|
|
* (instance type, platform, Availability Zone).</p> </li> <li> <p>
|
|||
|
|
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|||
|
|
* if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>
|
|||
|
|
*/
|
|||
|
|
inline bool CapacityReservationPreferenceHasBeenSet() const { return m_capacityReservationPreferenceHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Indicates the instance's Capacity Reservation preferences. Possible
|
|||
|
|
* preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run
|
|||
|
|
* in any <code>open</code> Capacity Reservation that has matching attributes
|
|||
|
|
* (instance type, platform, Availability Zone).</p> </li> <li> <p>
|
|||
|
|
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|||
|
|
* if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>
|
|||
|
|
*/
|
|||
|
|
inline void SetCapacityReservationPreference(const CapacityReservationPreference& value) { m_capacityReservationPreferenceHasBeenSet = true; m_capacityReservationPreference = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Indicates the instance's Capacity Reservation preferences. Possible
|
|||
|
|
* preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run
|
|||
|
|
* in any <code>open</code> Capacity Reservation that has matching attributes
|
|||
|
|
* (instance type, platform, Availability Zone).</p> </li> <li> <p>
|
|||
|
|
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|||
|
|
* if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>
|
|||
|
|
*/
|
|||
|
|
inline void SetCapacityReservationPreference(CapacityReservationPreference&& value) { m_capacityReservationPreferenceHasBeenSet = true; m_capacityReservationPreference = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Indicates the instance's Capacity Reservation preferences. Possible
|
|||
|
|
* preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run
|
|||
|
|
* in any <code>open</code> Capacity Reservation that has matching attributes
|
|||
|
|
* (instance type, platform, Availability Zone).</p> </li> <li> <p>
|
|||
|
|
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|||
|
|
* if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>
|
|||
|
|
*/
|
|||
|
|
inline LaunchTemplateCapacityReservationSpecificationResponse& WithCapacityReservationPreference(const CapacityReservationPreference& value) { SetCapacityReservationPreference(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Indicates the instance's Capacity Reservation preferences. Possible
|
|||
|
|
* preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run
|
|||
|
|
* in any <code>open</code> Capacity Reservation that has matching attributes
|
|||
|
|
* (instance type, platform, Availability Zone).</p> </li> <li> <p>
|
|||
|
|
* <code>none</code> - The instance avoids running in a Capacity Reservation even
|
|||
|
|
* if one is available. The instance runs in On-Demand capacity.</p> </li> </ul>
|
|||
|
|
*/
|
|||
|
|
inline LaunchTemplateCapacityReservationSpecificationResponse& WithCapacityReservationPreference(CapacityReservationPreference&& value) { SetCapacityReservationPreference(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|||
|
|
* group.</p>
|
|||
|
|
*/
|
|||
|
|
inline const CapacityReservationTargetResponse& GetCapacityReservationTarget() const{ return m_capacityReservationTarget; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|||
|
|
* group.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool CapacityReservationTargetHasBeenSet() const { return m_capacityReservationTargetHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|||
|
|
* group.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetCapacityReservationTarget(const CapacityReservationTargetResponse& value) { m_capacityReservationTargetHasBeenSet = true; m_capacityReservationTarget = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|||
|
|
* group.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetCapacityReservationTarget(CapacityReservationTargetResponse&& value) { m_capacityReservationTargetHasBeenSet = true; m_capacityReservationTarget = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|||
|
|
* group.</p>
|
|||
|
|
*/
|
|||
|
|
inline LaunchTemplateCapacityReservationSpecificationResponse& WithCapacityReservationTarget(const CapacityReservationTargetResponse& value) { SetCapacityReservationTarget(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Information about the target Capacity Reservation or Capacity Reservation
|
|||
|
|
* group.</p>
|
|||
|
|
*/
|
|||
|
|
inline LaunchTemplateCapacityReservationSpecificationResponse& WithCapacityReservationTarget(CapacityReservationTargetResponse&& value) { SetCapacityReservationTarget(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
CapacityReservationPreference m_capacityReservationPreference;
|
|||
|
|
bool m_capacityReservationPreferenceHasBeenSet;
|
|||
|
|
|
|||
|
|
CapacityReservationTargetResponse m_capacityReservationTarget;
|
|||
|
|
bool m_capacityReservationTargetHasBeenSet;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace EC2
|
|||
|
|
} // namespace Aws
|