7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
69 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
83 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 inline void SetLockToken(
const char* value) { m_lockTokenHasBeenSet =
true; m_lockToken.assign(value); }
118 inline void SetARN(
const char* value) { m_aRNHasBeenSet =
true; m_aRN.assign(value); }
126 bool m_nameHasBeenSet =
false;
129 bool m_idHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_lockTokenHasBeenSet =
false;
138 bool m_aRNHasBeenSet =
false;
void SetLockToken(Aws::String &&value)
bool ARNHasBeenSet() const
RuleGroupSummary & WithId(const char *value)
void SetDescription(Aws::String &&value)
AWS_WAFV2_API RuleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetARN() const
RuleGroupSummary & WithName(const char *value)
AWS_WAFV2_API RuleGroupSummary()
RuleGroupSummary & WithLockToken(const char *value)
void SetARN(Aws::String &&value)
RuleGroupSummary & WithARN(const Aws::String &value)
const Aws::String & GetId() const
void SetARN(const Aws::String &value)
bool LockTokenHasBeenSet() const
void SetName(const char *value)
void SetName(const Aws::String &value)
void SetDescription(const Aws::String &value)
RuleGroupSummary & WithDescription(const char *value)
RuleGroupSummary & WithId(Aws::String &&value)
bool DescriptionHasBeenSet() const
AWS_WAFV2_API RuleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
void SetId(Aws::String &&value)
RuleGroupSummary & WithName(Aws::String &&value)
RuleGroupSummary & WithDescription(Aws::String &&value)
void SetLockToken(const Aws::String &value)
void SetId(const char *value)
void SetId(const Aws::String &value)
const Aws::String & GetName() const
void SetName(Aws::String &&value)
RuleGroupSummary & WithId(const Aws::String &value)
RuleGroupSummary & WithARN(const char *value)
RuleGroupSummary & WithARN(Aws::String &&value)
void SetARN(const char *value)
const Aws::String & GetLockToken() const
RuleGroupSummary & WithName(const Aws::String &value)
RuleGroupSummary & WithLockToken(Aws::String &&value)
RuleGroupSummary & WithLockToken(const Aws::String &value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(const char *value)
void SetLockToken(const char *value)
RuleGroupSummary & WithDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue