7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wafv2/model/IPSetForwardedIPConfig.h>
56 inline void SetARN(
Aws::String&& value) { m_aRNHasBeenSet =
true; m_aRN = std::move(value); }
57 inline void SetARN(
const char* value) { m_aRNHasBeenSet =
true; m_aRN.assign(value); }
81 bool m_aRNHasBeenSet =
false;
84 bool m_iPSetForwardedIPConfigHasBeenSet =
false;
void SetIPSetForwardedIPConfig(IPSetForwardedIPConfig &&value)
void SetARN(const Aws::String &value)
AWS_WAFV2_API IPSetReferenceStatement(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API IPSetReferenceStatement()
IPSetReferenceStatement & WithARN(const char *value)
IPSetReferenceStatement & WithIPSetForwardedIPConfig(const IPSetForwardedIPConfig &value)
const IPSetForwardedIPConfig & GetIPSetForwardedIPConfig() const
void SetARN(const char *value)
IPSetReferenceStatement & WithARN(const Aws::String &value)
void SetARN(Aws::String &&value)
void SetIPSetForwardedIPConfig(const IPSetForwardedIPConfig &value)
AWS_WAFV2_API IPSetReferenceStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ARNHasBeenSet() const
IPSetReferenceStatement & WithIPSetForwardedIPConfig(IPSetForwardedIPConfig &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetARN() const
bool IPSetForwardedIPConfigHasBeenSet() const
IPSetReferenceStatement & WithARN(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue