7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/All.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetAll(
const All& value) { m_allHasBeenSet =
true; m_all = value; }
53 inline void SetAll(
All&& value) { m_allHasBeenSet =
true; m_all = std::move(value); }
92 bool m_allHasBeenSet =
false;
95 bool m_includedCookiesHasBeenSet =
false;
98 bool m_excludedCookiesHasBeenSet =
false;
CookieMatchPattern & AddIncludedCookies(Aws::String &&value)
AWS_WAFV2_API CookieMatchPattern(Aws::Utils::Json::JsonView jsonValue)
CookieMatchPattern & AddExcludedCookies(const Aws::String &value)
const All & GetAll() const
CookieMatchPattern & AddIncludedCookies(const char *value)
CookieMatchPattern & WithExcludedCookies(Aws::Vector< Aws::String > &&value)
CookieMatchPattern & AddExcludedCookies(Aws::String &&value)
CookieMatchPattern & WithAll(All &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
CookieMatchPattern & WithIncludedCookies(Aws::Vector< Aws::String > &&value)
void SetExcludedCookies(Aws::Vector< Aws::String > &&value)
void SetIncludedCookies(Aws::Vector< Aws::String > &&value)
AWS_WAFV2_API CookieMatchPattern()
CookieMatchPattern & AddIncludedCookies(const Aws::String &value)
CookieMatchPattern & WithAll(const All &value)
CookieMatchPattern & AddExcludedCookies(const char *value)
CookieMatchPattern & WithIncludedCookies(const Aws::Vector< Aws::String > &value)
void SetAll(const All &value)
const Aws::Vector< Aws::String > & GetIncludedCookies() const
bool IncludedCookiesHasBeenSet() const
void SetIncludedCookies(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetExcludedCookies() const
AWS_WAFV2_API CookieMatchPattern & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExcludedCookiesHasBeenSet() const
bool AllHasBeenSet() const
void SetExcludedCookies(const Aws::Vector< Aws::String > &value)
CookieMatchPattern & WithExcludedCookies(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue