7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/shield/Shield_EXPORTS.h>
42 template <
typename EmailAddressT = Aws::String>
44 m_emailAddressHasBeenSet =
true;
45 m_emailAddress = std::forward<EmailAddressT>(value);
47 template <
typename EmailAddressT = Aws::String>
60 template <
typename PhoneNumberT = Aws::String>
62 m_phoneNumberHasBeenSet =
true;
63 m_phoneNumber = std::forward<PhoneNumberT>(value);
65 template <
typename PhoneNumberT = Aws::String>
78 template <
typename ContactNotesT = Aws::String>
80 m_contactNotesHasBeenSet =
true;
81 m_contactNotes = std::forward<ContactNotesT>(value);
83 template <
typename ContactNotesT = Aws::String>
95 bool m_emailAddressHasBeenSet =
false;
96 bool m_phoneNumberHasBeenSet =
false;
97 bool m_contactNotesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue