45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetProductCodeId(
const char* value) { m_productCodeIdHasBeenSet =
true; m_productCodeId.assign(value); }
110 bool m_productCodeIdHasBeenSet;
112 bool m_productCodeTypeHasBeenSet;
void SetProductCodeId(const char *value)
void SetProductCodeId(const Aws::String &value)
void SetProductCodeType(ProductCodeValues &&value)
ProductCode & WithProductCodeId(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
ProductCode & WithProductCodeType(ProductCodeValues &&value)
ProductCode & WithProductCodeId(const char *value)
ProductCode & WithProductCodeType(const ProductCodeValues &value)
const ProductCodeValues & GetProductCodeType() const
void SetProductCodeId(Aws::String &&value)
void SetProductCodeType(const ProductCodeValues &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ProductCode & WithProductCodeId(const Aws::String &value)
const Aws::String & GetProductCodeId() const
JSON (JavaScript Object Notation).