133 lines
4.6 KiB
C
133 lines
4.6 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/ReservationValue.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace Utils
|
|||
|
|
{
|
|||
|
|
namespace Xml
|
|||
|
|
{
|
|||
|
|
class XmlNode;
|
|||
|
|
} // namespace Xml
|
|||
|
|
} // namespace Utils
|
|||
|
|
namespace EC2
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The total value of the Convertible Reserved Instance.</p><p><h3>See
|
|||
|
|
* Also:</h3> <a
|
|||
|
|
* href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReservedInstanceReservationValue">AWS
|
|||
|
|
* API Reference</a></p>
|
|||
|
|
*/
|
|||
|
|
class AWS_EC2_API ReservedInstanceReservationValue
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
ReservedInstanceReservationValue();
|
|||
|
|
ReservedInstanceReservationValue(const Aws::Utils::Xml::XmlNode& xmlNode);
|
|||
|
|
ReservedInstanceReservationValue& 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>The total value of the Convertible Reserved Instance that you are
|
|||
|
|
* exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline const ReservationValue& GetReservationValue() const{ return m_reservationValue; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The total value of the Convertible Reserved Instance that you are
|
|||
|
|
* exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool ReservationValueHasBeenSet() const { return m_reservationValueHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The total value of the Convertible Reserved Instance that you are
|
|||
|
|
* exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetReservationValue(const ReservationValue& value) { m_reservationValueHasBeenSet = true; m_reservationValue = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The total value of the Convertible Reserved Instance that you are
|
|||
|
|
* exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetReservationValue(ReservationValue&& value) { m_reservationValueHasBeenSet = true; m_reservationValue = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The total value of the Convertible Reserved Instance that you are
|
|||
|
|
* exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline ReservedInstanceReservationValue& WithReservationValue(const ReservationValue& value) { SetReservationValue(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The total value of the Convertible Reserved Instance that you are
|
|||
|
|
* exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline ReservedInstanceReservationValue& WithReservationValue(ReservationValue&& value) { SetReservationValue(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetReservedInstanceId() const{ return m_reservedInstanceId; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool ReservedInstanceIdHasBeenSet() const { return m_reservedInstanceIdHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetReservedInstanceId(const Aws::String& value) { m_reservedInstanceIdHasBeenSet = true; m_reservedInstanceId = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetReservedInstanceId(Aws::String&& value) { m_reservedInstanceIdHasBeenSet = true; m_reservedInstanceId = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetReservedInstanceId(const char* value) { m_reservedInstanceIdHasBeenSet = true; m_reservedInstanceId.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline ReservedInstanceReservationValue& WithReservedInstanceId(const Aws::String& value) { SetReservedInstanceId(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline ReservedInstanceReservationValue& WithReservedInstanceId(Aws::String&& value) { SetReservedInstanceId(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The ID of the Convertible Reserved Instance that you are exchanging.</p>
|
|||
|
|
*/
|
|||
|
|
inline ReservedInstanceReservationValue& WithReservedInstanceId(const char* value) { SetReservedInstanceId(value); return *this;}
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
ReservationValue m_reservationValue;
|
|||
|
|
bool m_reservationValueHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::String m_reservedInstanceId;
|
|||
|
|
bool m_reservedInstanceIdHasBeenSet;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace EC2
|
|||
|
|
} // namespace Aws
|