7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename CodeT = Aws::String>
43 m_codeHasBeenSet =
true;
44 m_code = std::forward<CodeT>(value);
46 template <
typename CodeT = Aws::String>
48 SetCode(std::forward<CodeT>(value));
59 template <
typename ProductTypeT = Aws::String>
61 m_productTypeHasBeenSet =
true;
62 m_productType = std::forward<ProductTypeT>(value);
64 template <
typename ProductTypeT = Aws::String>
74 bool m_codeHasBeenSet =
false;
75 bool m_productTypeHasBeenSet =
false;
AWS_GUARDDUTY_API ProductCode & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProductTypeHasBeenSet() const
ProductCode & WithCode(CodeT &&value)
const Aws::String & GetCode() const
void SetProductType(ProductTypeT &&value)
ProductCode & WithProductType(ProductTypeT &&value)
AWS_GUARDDUTY_API ProductCode(Aws::Utils::Json::JsonView jsonValue)
bool CodeHasBeenSet() const
AWS_GUARDDUTY_API ProductCode()=default
const Aws::String & GetProductType() const
void SetCode(CodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue