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