7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wafv2/model/ForwardedIPConfig.h>
10#include <aws/wafv2/model/CountryCode.h>
105 bool m_countryCodesHasBeenSet =
false;
108 bool m_forwardedIPConfigHasBeenSet =
false;
GeoMatchStatement & WithForwardedIPConfig(ForwardedIPConfig &&value)
GeoMatchStatement & AddCountryCodes(const CountryCode &value)
GeoMatchStatement & WithForwardedIPConfig(const ForwardedIPConfig &value)
const Aws::Vector< CountryCode > & GetCountryCodes() const
AWS_WAFV2_API GeoMatchStatement(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API GeoMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetForwardedIPConfig(const ForwardedIPConfig &value)
AWS_WAFV2_API GeoMatchStatement()
GeoMatchStatement & WithCountryCodes(Aws::Vector< CountryCode > &&value)
const ForwardedIPConfig & GetForwardedIPConfig() const
GeoMatchStatement & AddCountryCodes(CountryCode &&value)
void SetCountryCodes(Aws::Vector< CountryCode > &&value)
void SetCountryCodes(const Aws::Vector< CountryCode > &value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ForwardedIPConfigHasBeenSet() const
bool CountryCodesHasBeenSet() const
void SetForwardedIPConfig(ForwardedIPConfig &&value)
GeoMatchStatement & WithCountryCodes(const Aws::Vector< CountryCode > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue