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>
39 m_alternateContactTypeHasBeenSet =
true;
40 m_alternateContactType = value;
73 template <
typename AccountIdT = Aws::String>
75 m_accountIdHasBeenSet =
true;
76 m_accountId = std::forward<AccountIdT>(value);
78 template <
typename AccountIdT = Aws::String>
88 bool m_alternateContactTypeHasBeenSet =
false;
89 bool m_accountIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String