7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetByteMatchSetId(
const char* value) { m_byteMatchSetIdHasBeenSet =
true; m_byteMatchSetId.assign(value); }
78 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
86 bool m_byteMatchSetIdHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
ByteMatchSetSummary & WithName(Aws::String &&value)
bool ByteMatchSetIdHasBeenSet() const
ByteMatchSetSummary & WithByteMatchSetId(Aws::String &&value)
void SetByteMatchSetId(const char *value)
ByteMatchSetSummary & WithName(const char *value)
AWS_WAF_API ByteMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ByteMatchSetSummary & WithByteMatchSetId(const Aws::String &value)
const Aws::String & GetByteMatchSetId() const
bool NameHasBeenSet() const
AWS_WAF_API ByteMatchSetSummary()
AWS_WAF_API ByteMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
ByteMatchSetSummary & WithByteMatchSetId(const char *value)
void SetByteMatchSetId(const Aws::String &value)
const Aws::String & GetName() const
void SetName(const char *value)
void SetByteMatchSetId(Aws::String &&value)
void SetName(Aws::String &&value)
ByteMatchSetSummary & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue