7#include <aws/account/Account_EXPORTS.h>
8#include <aws/account/model/ContactInformation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename ContactInformationT = ContactInformation>
43 void SetContactInformation(ContactInformationT&& value) { m_contactInformationHasBeenSet =
true; m_contactInformation = std::forward<ContactInformationT>(value); }
44 template<
typename ContactInformationT = ContactInformation>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_contactInformationHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue