7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/FrameworkType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AuditManager {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
80 m_typeHasBeenSet =
true;
95 template <
typename NameT = Aws::String>
97 m_nameHasBeenSet =
true;
98 m_name = std::forward<NameT>(value);
100 template <
typename NameT = Aws::String>
102 SetName(std::forward<NameT>(value));
113 template <
typename DescriptionT = Aws::String>
115 m_descriptionHasBeenSet =
true;
116 m_description = std::forward<DescriptionT>(value);
118 template <
typename DescriptionT = Aws::String>
131 template <
typename LogoT = Aws::String>
133 m_logoHasBeenSet =
true;
134 m_logo = std::forward<LogoT>(value);
136 template <
typename LogoT = Aws::String>
138 SetLogo(std::forward<LogoT>(value));
150 template <
typename ComplianceTypeT = Aws::String>
152 m_complianceTypeHasBeenSet =
true;
153 m_complianceType = std::forward<ComplianceTypeT>(value);
155 template <
typename ComplianceTypeT = Aws::String>
169 m_controlsCountHasBeenSet =
true;
170 m_controlsCount = value;
185 m_controlSetsCountHasBeenSet =
true;
186 m_controlSetsCount = value;
200 template <
typename CreatedAtT = Aws::Utils::DateTime>
202 m_createdAtHasBeenSet =
true;
203 m_createdAt = std::forward<CreatedAtT>(value);
205 template <
typename CreatedAtT = Aws::Utils::DateTime>
218 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
220 m_lastUpdatedAtHasBeenSet =
true;
221 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
223 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
244 int m_controlsCount{0};
246 int m_controlSetsCount{0};
251 bool m_arnHasBeenSet =
false;
252 bool m_idHasBeenSet =
false;
253 bool m_typeHasBeenSet =
false;
254 bool m_nameHasBeenSet =
false;
255 bool m_descriptionHasBeenSet =
false;
256 bool m_logoHasBeenSet =
false;
257 bool m_complianceTypeHasBeenSet =
false;
258 bool m_controlsCountHasBeenSet =
false;
259 bool m_controlSetsCountHasBeenSet =
false;
260 bool m_createdAtHasBeenSet =
false;
261 bool m_lastUpdatedAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue