7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename VendorNameT = Aws::String>
56 template<
typename VendorNameT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
81 inline void SetVersioningSupported(
bool value) { m_versioningSupportedHasBeenSet =
true; m_versioningSupported = value; }
92 template<
typename DescriptionT = Aws::String>
94 template<
typename DescriptionT = Aws::String>
100 bool m_vendorNameHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
105 bool m_versioningSupported{
false};
106 bool m_versioningSupportedHasBeenSet =
false;
109 bool m_descriptionHasBeenSet =
false;
void SetName(NameT &&value)
ManagedRuleGroupSummary & WithName(NameT &&value)
bool VersioningSupportedHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetVersioningSupported() const
ManagedRuleGroupSummary & WithVersioningSupported(bool value)
bool NameHasBeenSet() const
AWS_WAFV2_API ManagedRuleGroupSummary()=default
const Aws::String & GetDescription() const
void SetVersioningSupported(bool value)
AWS_WAFV2_API ManagedRuleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ManagedRuleGroupSummary & WithDescription(DescriptionT &&value)
ManagedRuleGroupSummary & WithVendorName(VendorNameT &&value)
AWS_WAFV2_API ManagedRuleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
bool VendorNameHasBeenSet() const
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
void SetVendorName(VendorNameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetVendorName() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue