7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/ConformancePackState.h>
10#include <aws/core/utils/DateTime.h>
23namespace ConfigService
48 template<
typename ConformancePackNameT = Aws::String>
49 void SetConformancePackName(ConformancePackNameT&& value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName = std::forward<ConformancePackNameT>(value); }
50 template<
typename ConformancePackNameT = Aws::String>
60 template<
typename ConformancePackIdT = Aws::String>
61 void SetConformancePackId(ConformancePackIdT&& value) { m_conformancePackIdHasBeenSet =
true; m_conformancePackId = std::forward<ConformancePackIdT>(value); }
62 template<
typename ConformancePackIdT = Aws::String>
72 template<
typename ConformancePackArnT = Aws::String>
73 void SetConformancePackArn(ConformancePackArnT&& value) { m_conformancePackArnHasBeenSet =
true; m_conformancePackArn = std::forward<ConformancePackArnT>(value); }
74 template<
typename ConformancePackArnT = Aws::String>
101 template<
typename StackArnT = Aws::String>
102 void SetStackArn(StackArnT&& value) { m_stackArnHasBeenSet =
true; m_stackArn = std::forward<StackArnT>(value); }
103 template<
typename StackArnT = Aws::String>
113 template<
typename ConformancePackStatusReasonT = Aws::String>
114 void SetConformancePackStatusReason(ConformancePackStatusReasonT&& value) { m_conformancePackStatusReasonHasBeenSet =
true; m_conformancePackStatusReason = std::forward<ConformancePackStatusReasonT>(value); }
115 template<
typename ConformancePackStatusReasonT = Aws::String>
125 template<
typename LastUpdateRequestedTimeT = Aws::Utils::DateTime>
126 void SetLastUpdateRequestedTime(LastUpdateRequestedTimeT&& value) { m_lastUpdateRequestedTimeHasBeenSet =
true; m_lastUpdateRequestedTime = std::forward<LastUpdateRequestedTimeT>(value); }
127 template<
typename LastUpdateRequestedTimeT = Aws::Utils::DateTime>
137 template<
typename LastUpdateCompletedTimeT = Aws::Utils::DateTime>
138 void SetLastUpdateCompletedTime(LastUpdateCompletedTimeT&& value) { m_lastUpdateCompletedTimeHasBeenSet =
true; m_lastUpdateCompletedTime = std::forward<LastUpdateCompletedTimeT>(value); }
139 template<
typename LastUpdateCompletedTimeT = Aws::Utils::DateTime>
145 bool m_conformancePackNameHasBeenSet =
false;
148 bool m_conformancePackIdHasBeenSet =
false;
151 bool m_conformancePackArnHasBeenSet =
false;
154 bool m_conformancePackStateHasBeenSet =
false;
157 bool m_stackArnHasBeenSet =
false;
160 bool m_conformancePackStatusReasonHasBeenSet =
false;
163 bool m_lastUpdateRequestedTimeHasBeenSet =
false;
166 bool m_lastUpdateCompletedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue