7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/OrganizationResourceStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace ConfigService
49 template<
typename OrganizationConformancePackNameT = Aws::String>
50 void SetOrganizationConformancePackName(OrganizationConformancePackNameT&& value) { m_organizationConformancePackNameHasBeenSet =
true; m_organizationConformancePackName = std::forward<OrganizationConformancePackNameT>(value); }
51 template<
typename OrganizationConformancePackNameT = Aws::String>
98 template<
typename ErrorCodeT = Aws::String>
99 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
100 template<
typename ErrorCodeT = Aws::String>
111 template<
typename ErrorMessageT = Aws::String>
112 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
113 template<
typename ErrorMessageT = Aws::String>
123 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
124 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
125 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
131 bool m_organizationConformancePackNameHasBeenSet =
false;
134 bool m_statusHasBeenSet =
false;
137 bool m_errorCodeHasBeenSet =
false;
140 bool m_errorMessageHasBeenSet =
false;
143 bool m_lastUpdateTimeHasBeenSet =
false;
OrganizationResourceStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue