43 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
44 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
49 inline double GetPrice()
const{
return m_price; }
54 inline void SetPrice(
double value) { m_priceHasBeenSet =
true; m_price = value; }
69 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
78 bool m_priceHasBeenSet;
80 bool m_countHasBeenSet;
PricingDetail & WithPrice(double value)
void SetPrice(double value)
PricingDetail & WithCount(int value)
std::basic_ostream< char, std::char_traits< char > > OStream
JSON (JavaScript Object Notation).