7#include <aws/account/Account_EXPORTS.h>
8#include <aws/account/AccountRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/account/model/ContactInformation.h>
61 template<
typename AccountIdT = Aws::String>
62 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
63 template<
typename AccountIdT = Aws::String>
74 template<
typename ContactInformationT = ContactInformation>
75 void SetContactInformation(ContactInformationT&& value) { m_contactInformationHasBeenSet =
true; m_contactInformation = std::forward<ContactInformationT>(value); }
76 template<
typename ContactInformationT = ContactInformation>
82 bool m_accountIdHasBeenSet =
false;
85 bool m_contactInformationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String