7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename UrlT = Aws::String>
60 m_urlHasBeenSet =
true;
61 m_url = std::forward<UrlT>(value);
63 template <
typename UrlT = Aws::String>
65 SetUrl(std::forward<UrlT>(value));
76 template <
typename VendorSeverityT = Aws::String>
78 m_vendorSeverityHasBeenSet =
true;
79 m_vendorSeverity = std::forward<VendorSeverityT>(value);
81 template <
typename VendorSeverityT = Aws::String>
97 template <
typename VendorCreatedAtT = Aws::String>
99 m_vendorCreatedAtHasBeenSet =
true;
100 m_vendorCreatedAt = std::forward<VendorCreatedAtT>(value);
102 template <
typename VendorCreatedAtT = Aws::String>
118 template <
typename VendorUpdatedAtT = Aws::String>
120 m_vendorUpdatedAtHasBeenSet =
true;
121 m_vendorUpdatedAt = std::forward<VendorUpdatedAtT>(value);
123 template <
typename VendorUpdatedAtT = Aws::String>
139 bool m_nameHasBeenSet =
false;
140 bool m_urlHasBeenSet =
false;
141 bool m_vendorSeverityHasBeenSet =
false;
142 bool m_vendorCreatedAtHasBeenSet =
false;
143 bool m_vendorUpdatedAtHasBeenSet =
false;
void SetUrl(UrlT &&value)
VulnerabilityVendor & WithUrl(UrlT &&value)
const Aws::String & GetVendorUpdatedAt() const
bool VendorUpdatedAtHasBeenSet() const
void SetName(NameT &&value)
AWS_SECURITYHUB_API VulnerabilityVendor()=default
bool NameHasBeenSet() const
VulnerabilityVendor & WithVendorCreatedAt(VendorCreatedAtT &&value)
void SetVendorSeverity(VendorSeverityT &&value)
void SetVendorCreatedAt(VendorCreatedAtT &&value)
AWS_SECURITYHUB_API VulnerabilityVendor & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVendorSeverity() const
const Aws::String & GetName() const
bool VendorSeverityHasBeenSet() const
const Aws::String & GetUrl() const
const Aws::String & GetVendorCreatedAt() const
VulnerabilityVendor & WithVendorUpdatedAt(VendorUpdatedAtT &&value)
AWS_SECURITYHUB_API VulnerabilityVendor(Aws::Utils::Json::JsonView jsonValue)
bool VendorCreatedAtHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool UrlHasBeenSet() const
void SetVendorUpdatedAt(VendorUpdatedAtT &&value)
VulnerabilityVendor & WithVendorSeverity(VendorSeverityT &&value)
VulnerabilityVendor & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue