7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
65 template<
typename IdentifierT = Aws::String>
66 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
67 template<
typename IdentifierT = Aws::String>
73 bool m_identifierHasBeenSet =
false;
bool IdentifierHasBeenSet() const
AWS_WAFV2_API AddressField(Aws::Utils::Json::JsonView jsonValue)
void SetIdentifier(IdentifierT &&value)
AWS_WAFV2_API AddressField()=default
AddressField & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API AddressField & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue