7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 inline void SetVendorName(
const char* value) { m_vendorNameHasBeenSet =
true; m_vendorName.assign(value); }
71 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
85 inline void SetVersioningSupported(
bool value) { m_versioningSupportedHasBeenSet =
true; m_versioningSupported = value; }
98 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
106 bool m_vendorNameHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
111 bool m_versioningSupported;
112 bool m_versioningSupportedHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
ManagedRuleGroupSummary & WithVendorName(const Aws::String &value)
void SetVendorName(Aws::String &&value)
bool VersioningSupportedHasBeenSet() const
void SetName(Aws::String &&value)
ManagedRuleGroupSummary & WithName(Aws::String &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetVersioningSupported() const
ManagedRuleGroupSummary & WithVersioningSupported(bool value)
bool NameHasBeenSet() const
ManagedRuleGroupSummary & WithName(const char *value)
const Aws::String & GetDescription() const
ManagedRuleGroupSummary & WithDescription(const char *value)
ManagedRuleGroupSummary & WithDescription(Aws::String &&value)
void SetVersioningSupported(bool value)
void SetName(const char *value)
AWS_WAFV2_API ManagedRuleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API ManagedRuleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetVendorName(const char *value)
bool VendorNameHasBeenSet() const
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
AWS_WAFV2_API ManagedRuleGroupSummary()
void SetName(const Aws::String &value)
ManagedRuleGroupSummary & WithDescription(const Aws::String &value)
ManagedRuleGroupSummary & WithName(const Aws::String &value)
void SetDescription(const char *value)
const Aws::String & GetVendorName() const
ManagedRuleGroupSummary & WithVendorName(Aws::String &&value)
void SetVendorName(const Aws::String &value)
ManagedRuleGroupSummary & WithVendorName(const char *value)
void SetDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue