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); }
82 bool m_allHasBeenSet =
false;
85 bool m_includedPathsHasBeenSet =
false;
JsonMatchPattern & WithAll(All &&value)
void SetIncludedPaths(Aws::Vector< Aws::String > &&value)
bool IncludedPathsHasBeenSet() const
AWS_WAFV2_API JsonMatchPattern(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API JsonMatchPattern()
JsonMatchPattern & WithAll(const All &value)
JsonMatchPattern & AddIncludedPaths(const char *value)
JsonMatchPattern & WithIncludedPaths(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetIncludedPaths() const
const All & GetAll() const
void SetIncludedPaths(const Aws::Vector< Aws::String > &value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
JsonMatchPattern & AddIncludedPaths(const Aws::String &value)
AWS_WAFV2_API JsonMatchPattern & operator=(Aws::Utils::Json::JsonView jsonValue)
JsonMatchPattern & AddIncludedPaths(Aws::String &&value)
void SetAll(const All &value)
bool AllHasBeenSet() const
JsonMatchPattern & WithIncludedPaths(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