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 template<
typename AllT = All>
53 void SetAll(AllT&& value) { m_allHasBeenSet =
true; m_all = std::forward<AllT>(value); }
54 template<
typename AllT = All>
71 template<
typename IncludedPathsT = Aws::Vector<Aws::String>>
72 void SetIncludedPaths(IncludedPathsT&& value) { m_includedPathsHasBeenSet =
true; m_includedPaths = std::forward<IncludedPathsT>(value); }
73 template<
typename IncludedPathsT = Aws::Vector<Aws::String>>
75 template<
typename IncludedPathsT = Aws::String>
76 JsonMatchPattern&
AddIncludedPaths(IncludedPathsT&& value) { m_includedPathsHasBeenSet =
true; m_includedPaths.emplace_back(std::forward<IncludedPathsT>(value));
return *
this; }
81 bool m_allHasBeenSet =
false;
84 bool m_includedPathsHasBeenSet =
false;
JsonMatchPattern & AddIncludedPaths(IncludedPathsT &&value)
JsonMatchPattern & WithAll(AllT &&value)
JsonMatchPattern & WithIncludedPaths(IncludedPathsT &&value)
bool IncludedPathsHasBeenSet() const
AWS_WAFV2_API JsonMatchPattern(Aws::Utils::Json::JsonView jsonValue)
void SetAll(AllT &&value)
const Aws::Vector< Aws::String > & GetIncludedPaths() const
const All & GetAll() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API JsonMatchPattern()=default
AWS_WAFV2_API JsonMatchPattern & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIncludedPaths(IncludedPathsT &&value)
bool AllHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue