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>
79 template<
typename CountryCodesT = Aws::Vector<CountryCode>>
80 void SetCountryCodes(CountryCodesT&& value) { m_countryCodesHasBeenSet =
true; m_countryCodes = std::forward<CountryCodesT>(value); }
81 template<
typename CountryCodesT = Aws::Vector<CountryCode>>
96 template<
typename ForwardedIPConfigT = ForwardedIPConfig>
97 void SetForwardedIPConfig(ForwardedIPConfigT&& value) { m_forwardedIPConfigHasBeenSet =
true; m_forwardedIPConfig = std::forward<ForwardedIPConfigT>(value); }
98 template<
typename ForwardedIPConfigT = ForwardedIPConfig>
104 bool m_countryCodesHasBeenSet =
false;
107 bool m_forwardedIPConfigHasBeenSet =
false;
AWS_WAFV2_API GeoMatchStatement()=default
void SetForwardedIPConfig(ForwardedIPConfigT &&value)
GeoMatchStatement & WithCountryCodes(CountryCodesT &&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)
GeoMatchStatement & AddCountryCodes(CountryCode value)
const ForwardedIPConfig & GetForwardedIPConfig() const
GeoMatchStatement & WithForwardedIPConfig(ForwardedIPConfigT &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ForwardedIPConfigHasBeenSet() const
bool CountryCodesHasBeenSet() const
void SetCountryCodes(CountryCodesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue