7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/SeverityLabel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
56 inline void SetProduct(
double value) { m_productHasBeenSet =
true; m_product = value; }
97 inline void SetNormalized(
int value) { m_normalizedHasBeenSet =
true; m_normalized = value; }
110 inline void SetOriginal(
const char* value) { m_originalHasBeenSet =
true; m_original.assign(value); }
118 bool m_productHasBeenSet =
false;
121 bool m_labelHasBeenSet =
false;
124 bool m_normalizedHasBeenSet =
false;
127 bool m_originalHasBeenSet =
false;
Severity & WithNormalized(int value)
void SetNormalized(int value)
AWS_SECURITYHUB_API Severity()
Severity & WithOriginal(Aws::String &&value)
double GetProduct() const
void SetOriginal(Aws::String &&value)
Severity & WithLabel(const SeverityLabel &value)
void SetLabel(const SeverityLabel &value)
bool OriginalHasBeenSet() const
const SeverityLabel & GetLabel() const
Severity & WithOriginal(const Aws::String &value)
void SetProduct(double value)
bool LabelHasBeenSet() const
int GetNormalized() const
void SetOriginal(const char *value)
Severity & WithLabel(SeverityLabel &&value)
AWS_SECURITYHUB_API Severity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Severity(Aws::Utils::Json::JsonView jsonValue)
bool ProductHasBeenSet() const
void SetLabel(SeverityLabel &&value)
bool NormalizedHasBeenSet() const
const Aws::String & GetOriginal() const
Severity & WithOriginal(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
Severity & WithProduct(double value)
void SetOriginal(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue