7#include <aws/account/AccountRequest.h>
8#include <aws/account/Account_EXPORTS.h>
9#include <aws/account/model/AlternateContactType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
56 template <
typename TitleT = Aws::String>
58 m_titleHasBeenSet =
true;
59 m_title = std::forward<TitleT>(value);
61 template <
typename TitleT = Aws::String>
63 SetTitle(std::forward<TitleT>(value));
74 template <
typename EmailAddressT = Aws::String>
76 m_emailAddressHasBeenSet =
true;
77 m_emailAddress = std::forward<EmailAddressT>(value);
79 template <
typename EmailAddressT = Aws::String>
92 template <
typename PhoneNumberT = Aws::String>
94 m_phoneNumberHasBeenSet =
true;
95 m_phoneNumber = std::forward<PhoneNumberT>(value);
97 template <
typename PhoneNumberT = Aws::String>
111 m_alternateContactTypeHasBeenSet =
true;
112 m_alternateContactType = value;
145 template <
typename AccountIdT = Aws::String>
147 m_accountIdHasBeenSet =
true;
148 m_accountId = std::forward<AccountIdT>(value);
150 template <
typename AccountIdT = Aws::String>
168 bool m_nameHasBeenSet =
false;
169 bool m_titleHasBeenSet =
false;
170 bool m_emailAddressHasBeenSet =
false;
171 bool m_phoneNumberHasBeenSet =
false;
172 bool m_alternateContactTypeHasBeenSet =
false;
173 bool m_accountIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String