7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/waf/WAF_EXPORTS.h>
10#include <aws/waf/model/GeoMatchConstraint.h>
57 template <
typename GeoMatchSetIdT = Aws::String>
59 m_geoMatchSetIdHasBeenSet =
true;
60 m_geoMatchSetId = std::forward<GeoMatchSetIdT>(value);
62 template <
typename GeoMatchSetIdT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
95 template <
typename GeoMatchConstra
intsT = Aws::Vector<GeoMatchConstra
int>>
97 m_geoMatchConstraintsHasBeenSet =
true;
98 m_geoMatchConstraints = std::forward<GeoMatchConstraintsT>(value);
100 template <
typename GeoMatchConstra
intsT = Aws::Vector<GeoMatchConstra
int>>
105 template <
typename GeoMatchConstra
intsT = GeoMatchConstra
int>
107 m_geoMatchConstraintsHasBeenSet =
true;
108 m_geoMatchConstraints.emplace_back(std::forward<GeoMatchConstraintsT>(value));
118 bool m_geoMatchSetIdHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
120 bool m_geoMatchConstraintsHasBeenSet =
false;
void SetGeoMatchSetId(GeoMatchSetIdT &&value)
AWS_WAF_API GeoMatchSet()=default
AWS_WAF_API GeoMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GeoMatchConstraintsHasBeenSet() const
bool NameHasBeenSet() const
const Aws::Vector< GeoMatchConstraint > & GetGeoMatchConstraints() const
GeoMatchSet & WithGeoMatchConstraints(GeoMatchConstraintsT &&value)
const Aws::String & GetGeoMatchSetId() const
const Aws::String & GetName() const
void SetGeoMatchConstraints(GeoMatchConstraintsT &&value)
GeoMatchSet & WithGeoMatchSetId(GeoMatchSetIdT &&value)
AWS_WAF_API GeoMatchSet(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool GeoMatchSetIdHasBeenSet() const
GeoMatchSet & WithName(NameT &&value)
GeoMatchSet & AddGeoMatchConstraints(GeoMatchConstraintsT &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue