7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
9#include <aws/drs/model/ProductCodeMode.h>
42 template <
typename ProductCodeIdT = Aws::String>
44 m_productCodeIdHasBeenSet =
true;
45 m_productCodeId = std::forward<ProductCodeIdT>(value);
47 template <
typename ProductCodeIdT = Aws::String>
61 m_productCodeModeHasBeenSet =
true;
62 m_productCodeMode = value;
73 bool m_productCodeIdHasBeenSet =
false;
74 bool m_productCodeModeHasBeenSet =
false;
AWS_DRS_API ProductCode()=default
AWS_DRS_API ProductCode(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProductCodeId() const
AWS_DRS_API ProductCode & operator=(Aws::Utils::Json::JsonView jsonValue)
ProductCode & WithProductCodeMode(ProductCodeMode value)
void SetProductCodeMode(ProductCodeMode value)
ProductCodeMode GetProductCodeMode() const
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProductCodeModeHasBeenSet() const
ProductCode & WithProductCodeId(ProductCodeIdT &&value)
bool ProductCodeIdHasBeenSet() const
void SetProductCodeId(ProductCodeIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue