7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetCompany(
const char* value) { m_companyHasBeenSet =
true; m_company.assign(value); }
66 inline void SetProduct(
const char* value) { m_productHasBeenSet =
true; m_product.assign(value); }
74 bool m_companyHasBeenSet =
false;
77 bool m_productHasBeenSet =
false;
void SetCompany(const Aws::String &value)
void SetProduct(const char *value)
StandardsManagedBy & WithProduct(Aws::String &&value)
StandardsManagedBy & WithProduct(const char *value)
bool ProductHasBeenSet() const
const Aws::String & GetProduct() const
StandardsManagedBy & WithCompany(const char *value)
const Aws::String & GetCompany() const
AWS_SECURITYHUB_API StandardsManagedBy(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API StandardsManagedBy & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCompany(Aws::String &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProduct(const Aws::String &value)
StandardsManagedBy & WithCompany(const Aws::String &value)
AWS_SECURITYHUB_API StandardsManagedBy()
StandardsManagedBy & WithProduct(const Aws::String &value)
bool CompanyHasBeenSet() const
void SetCompany(const char *value)
void SetProduct(Aws::String &&value)
StandardsManagedBy & WithCompany(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue