7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename HourlyPriceT = Aws::String>
49 void SetHourlyPrice(HourlyPriceT&& value) { m_hourlyPriceHasBeenSet =
true; m_hourlyPrice = std::forward<HourlyPriceT>(value); }
50 template<
typename HourlyPriceT = Aws::String>
61 template<
typename RemainingTotalValueT = Aws::String>
62 void SetRemainingTotalValue(RemainingTotalValueT&& value) { m_remainingTotalValueHasBeenSet =
true; m_remainingTotalValue = std::forward<RemainingTotalValueT>(value); }
63 template<
typename RemainingTotalValueT = Aws::String>
73 template<
typename RemainingUpfrontValueT = Aws::String>
74 void SetRemainingUpfrontValue(RemainingUpfrontValueT&& value) { m_remainingUpfrontValueHasBeenSet =
true; m_remainingUpfrontValue = std::forward<RemainingUpfrontValueT>(value); }
75 template<
typename RemainingUpfrontValueT = Aws::String>
81 bool m_hourlyPriceHasBeenSet =
false;
84 bool m_remainingTotalValueHasBeenSet =
false;
87 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