7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wafv2/model/ForwardedIPConfig.h>
56 template<
typename AsnListT = Aws::Vector<
long long>>
57 void SetAsnList(AsnListT&& value) { m_asnListHasBeenSet =
true; m_asnList = std::forward<AsnListT>(value); }
58 template<
typename AsnListT = Aws::Vector<
long long>>
72 template<
typename ForwardedIPConfigT = ForwardedIPConfig>
73 void SetForwardedIPConfig(ForwardedIPConfigT&& value) { m_forwardedIPConfigHasBeenSet =
true; m_forwardedIPConfig = std::forward<ForwardedIPConfigT>(value); }
74 template<
typename ForwardedIPConfigT = ForwardedIPConfig>
80 bool m_asnListHasBeenSet =
false;
83 bool m_forwardedIPConfigHasBeenSet =
false;
AWS_WAFV2_API AsnMatchStatement(Aws::Utils::Json::JsonView jsonValue)
void SetForwardedIPConfig(ForwardedIPConfigT &&value)
bool ForwardedIPConfigHasBeenSet() const
const ForwardedIPConfig & GetForwardedIPConfig() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool AsnListHasBeenSet() const
AsnMatchStatement & AddAsnList(long long value)
AsnMatchStatement & WithForwardedIPConfig(ForwardedIPConfigT &&value)
AWS_WAFV2_API AsnMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
AsnMatchStatement & WithAsnList(AsnListT &&value)
const Aws::Vector< long long > & GetAsnList() const
void SetAsnList(AsnListT &&value)
AWS_WAFV2_API AsnMatchStatement()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue