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>
57 template <
typename AccountIdT = Aws::String>
59 m_accountIdHasBeenSet =
true;
60 m_accountId = std::forward<AccountIdT>(value);
62 template <
typename AccountIdT = Aws::String>
76 m_alternateContactTypeHasBeenSet =
true;
77 m_alternateContactType = value;
91 template <
typename EmailAddressT = Aws::String>
93 m_emailAddressHasBeenSet =
true;
94 m_emailAddress = std::forward<EmailAddressT>(value);
96 template <
typename EmailAddressT = Aws::String>
109 template <
typename NameT = Aws::String>
111 m_nameHasBeenSet =
true;
112 m_name = std::forward<NameT>(value);
114 template <
typename NameT = Aws::String>
116 SetName(std::forward<NameT>(value));
127 template <
typename PhoneNumberT = Aws::String>
129 m_phoneNumberHasBeenSet =
true;
130 m_phoneNumber = std::forward<PhoneNumberT>(value);
132 template <
typename PhoneNumberT = Aws::String>
145 template <
typename TitleT = Aws::String>
147 m_titleHasBeenSet =
true;
148 m_title = std::forward<TitleT>(value);
150 template <
typename TitleT = Aws::String>
152 SetTitle(std::forward<TitleT>(value));
168 bool m_accountIdHasBeenSet =
false;
169 bool m_alternateContactTypeHasBeenSet =
false;
170 bool m_emailAddressHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
172 bool m_phoneNumberHasBeenSet =
false;
173 bool m_titleHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String