7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/CookieMatchPattern.h>
9#include <aws/wafv2/model/MapMatchScope.h>
10#include <aws/wafv2/model/OversizeHandling.h>
57 template<
typename MatchPatternT = CookieMatchPattern>
58 void SetMatchPattern(MatchPatternT&& value) { m_matchPatternHasBeenSet =
true; m_matchPattern = std::forward<MatchPatternT>(value); }
59 template<
typename MatchPatternT = CookieMatchPattern>
100 bool m_matchPatternHasBeenSet =
false;
103 bool m_matchScopeHasBeenSet =
false;
106 bool m_oversizeHandlingHasBeenSet =
false;
bool MatchScopeHasBeenSet() const
void SetMatchScope(MapMatchScope value)
OversizeHandling GetOversizeHandling() const
void SetOversizeHandling(OversizeHandling value)
bool MatchPatternHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
Cookies & WithMatchScope(MapMatchScope value)
Cookies & WithOversizeHandling(OversizeHandling value)
void SetMatchPattern(MatchPatternT &&value)
Cookies & WithMatchPattern(MatchPatternT &&value)
MapMatchScope GetMatchScope() const
AWS_WAFV2_API Cookies(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API Cookies & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API Cookies()=default
bool OversizeHandlingHasBeenSet() const
const CookieMatchPattern & GetMatchPattern() const
Aws::Utils::Json::JsonValue JsonValue