7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
61 inline void SetUrl(
Aws::String&& value) { m_urlHasBeenSet =
true; m_url = std::move(value); }
62 inline void SetUrl(
const char* value) { m_urlHasBeenSet =
true; m_url.assign(value); }
76 inline void SetVendorSeverity(
const char* value) { m_vendorSeverityHasBeenSet =
true; m_vendorSeverity.assign(value); }
104 inline void SetVendorCreatedAt(
const char* value) { m_vendorCreatedAtHasBeenSet =
true; m_vendorCreatedAt.assign(value); }
132 inline void SetVendorUpdatedAt(
const char* value) { m_vendorUpdatedAtHasBeenSet =
true; m_vendorUpdatedAt.assign(value); }
140 bool m_nameHasBeenSet =
false;
143 bool m_urlHasBeenSet =
false;
146 bool m_vendorSeverityHasBeenSet =
false;
149 bool m_vendorCreatedAtHasBeenSet =
false;
152 bool m_vendorUpdatedAtHasBeenSet =
false;
VulnerabilityVendor & WithName(const Aws::String &value)
void SetVendorSeverity(const Aws::String &value)
const Aws::String & GetVendorUpdatedAt() const
void SetUrl(const Aws::String &value)
VulnerabilityVendor & WithVendorCreatedAt(Aws::String &&value)
bool VendorUpdatedAtHasBeenSet() const
VulnerabilityVendor & WithVendorUpdatedAt(Aws::String &&value)
VulnerabilityVendor & WithUrl(const char *value)
void SetUrl(Aws::String &&value)
void SetVendorCreatedAt(const char *value)
void SetVendorSeverity(Aws::String &&value)
VulnerabilityVendor & WithName(const char *value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
AWS_SECURITYHUB_API VulnerabilityVendor & operator=(Aws::Utils::Json::JsonView jsonValue)
VulnerabilityVendor & WithUrl(const Aws::String &value)
const Aws::String & GetVendorSeverity() const
VulnerabilityVendor & WithVendorSeverity(Aws::String &&value)
VulnerabilityVendor & WithVendorSeverity(const char *value)
VulnerabilityVendor & WithName(Aws::String &&value)
void SetVendorCreatedAt(Aws::String &&value)
void SetVendorUpdatedAt(Aws::String &&value)
const Aws::String & GetName() const
bool VendorSeverityHasBeenSet() const
VulnerabilityVendor & WithVendorUpdatedAt(const Aws::String &value)
AWS_SECURITYHUB_API VulnerabilityVendor()
void SetVendorCreatedAt(const Aws::String &value)
VulnerabilityVendor & WithVendorUpdatedAt(const char *value)
void SetName(const char *value)
const Aws::String & GetUrl() const
VulnerabilityVendor & WithUrl(Aws::String &&value)
void SetName(Aws::String &&value)
const Aws::String & GetVendorCreatedAt() const
void SetVendorUpdatedAt(const char *value)
AWS_SECURITYHUB_API VulnerabilityVendor(Aws::Utils::Json::JsonView jsonValue)
VulnerabilityVendor & WithVendorCreatedAt(const Aws::String &value)
void SetUrl(const char *value)
bool VendorCreatedAtHasBeenSet() const
void SetVendorUpdatedAt(const Aws::String &value)
VulnerabilityVendor & WithVendorSeverity(const Aws::String &value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVendorSeverity(const char *value)
bool UrlHasBeenSet() const
VulnerabilityVendor & WithVendorCreatedAt(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue