7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
46 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
54 inline double GetPrice()
const{
return m_price; }
56 inline void SetPrice(
double value) { m_priceHasBeenSet =
true; m_price = value; }
62 bool m_countHasBeenSet =
false;
65 bool m_priceHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
PricingDetail & WithCount(int value)
AWS_EC2_API PricingDetail()
PricingDetail & WithPrice(double value)
void SetPrice(double value)
bool CountHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool PriceHasBeenSet() const
AWS_EC2_API PricingDetail(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API PricingDetail & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_ostream< char, std::char_traits< char > > OStream