7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/ChangeAction.h>
9#include <aws/waf/model/GeoMatchConstraint.h>
68 template<
typename GeoMatchConstra
intT = GeoMatchConstra
int>
69 void SetGeoMatchConstraint(GeoMatchConstraintT&& value) { m_geoMatchConstraintHasBeenSet =
true; m_geoMatchConstraint = std::forward<GeoMatchConstraintT>(value); }
70 template<
typename GeoMatchConstra
intT = GeoMatchConstra
int>
76 bool m_actionHasBeenSet =
false;
78 GeoMatchConstraint m_geoMatchConstraint;
79 bool m_geoMatchConstraintHasBeenSet =
false;
AWS_WAF_API GeoMatchSetUpdate()=default
void SetGeoMatchConstraint(GeoMatchConstraintT &&value)
const GeoMatchConstraint & GetGeoMatchConstraint() const
bool GeoMatchConstraintHasBeenSet() const
AWS_WAF_API GeoMatchSetUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAction(ChangeAction value)
ChangeAction GetAction() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
GeoMatchSetUpdate & WithAction(ChangeAction value)
bool ActionHasBeenSet() const
AWS_WAF_API GeoMatchSetUpdate(Aws::Utils::Json::JsonView jsonValue)
GeoMatchSetUpdate & WithGeoMatchConstraint(GeoMatchConstraintT &&value)
Aws::Utils::Json::JsonValue JsonValue