7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename UrlT = Aws::String>
59 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
60 template<
typename UrlT = Aws::String>
70 template<
typename VendorSeverityT = Aws::String>
71 void SetVendorSeverity(VendorSeverityT&& value) { m_vendorSeverityHasBeenSet =
true; m_vendorSeverity = std::forward<VendorSeverityT>(value); }
72 template<
typename VendorSeverityT = Aws::String>
85 template<
typename VendorCreatedAtT = Aws::String>
86 void SetVendorCreatedAt(VendorCreatedAtT&& value) { m_vendorCreatedAtHasBeenSet =
true; m_vendorCreatedAt = std::forward<VendorCreatedAtT>(value); }
87 template<
typename VendorCreatedAtT = Aws::String>
100 template<
typename VendorUpdatedAtT = Aws::String>
101 void SetVendorUpdatedAt(VendorUpdatedAtT&& value) { m_vendorUpdatedAtHasBeenSet =
true; m_vendorUpdatedAt = std::forward<VendorUpdatedAtT>(value); }
102 template<
typename VendorUpdatedAtT = Aws::String>
108 bool m_nameHasBeenSet =
false;
111 bool m_urlHasBeenSet =
false;
114 bool m_vendorSeverityHasBeenSet =
false;
117 bool m_vendorCreatedAtHasBeenSet =
false;
120 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