7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename HourlyPriceT = Aws::String>
44 m_hourlyPriceHasBeenSet =
true;
45 m_hourlyPrice = std::forward<HourlyPriceT>(value);
47 template <
typename HourlyPriceT = Aws::String>
61 template <
typename RemainingTotalValueT = Aws::String>
63 m_remainingTotalValueHasBeenSet =
true;
64 m_remainingTotalValue = std::forward<RemainingTotalValueT>(value);
66 template <
typename RemainingTotalValueT = Aws::String>
79 template <
typename RemainingUpfrontValueT = Aws::String>
81 m_remainingUpfrontValueHasBeenSet =
true;
82 m_remainingUpfrontValue = std::forward<RemainingUpfrontValueT>(value);
84 template <
typename RemainingUpfrontValueT = Aws::String>
96 bool m_hourlyPriceHasBeenSet =
false;
97 bool m_remainingTotalValueHasBeenSet =
false;
98 bool m_remainingUpfrontValueHasBeenSet =
false;
void SetHourlyPrice(HourlyPriceT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetRemainingTotalValue() const
ReservationValue & WithRemainingUpfrontValue(RemainingUpfrontValueT &&value)
AWS_EC2_API ReservationValue()=default
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetRemainingUpfrontValue() const
AWS_EC2_API ReservationValue & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ReservationValue & WithHourlyPrice(HourlyPriceT &&value)
const Aws::String & GetHourlyPrice() const
bool RemainingTotalValueHasBeenSet() const
bool RemainingUpfrontValueHasBeenSet() const
ReservationValue & WithRemainingTotalValue(RemainingTotalValueT &&value)
void SetRemainingUpfrontValue(RemainingUpfrontValueT &&value)
bool HourlyPriceHasBeenSet() const
void SetRemainingTotalValue(RemainingTotalValueT &&value)
AWS_EC2_API ReservationValue(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream