7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/auditmanager/model/FrameworkType.h>
10#include <aws/core/utils/DateTime.h>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
64 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
65 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
91 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
105 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
119 inline void SetLogo(
const char* value) { m_logoHasBeenSet =
true; m_logo.assign(value); }
134 inline void SetComplianceType(
const char* value) { m_complianceTypeHasBeenSet =
true; m_complianceType.assign(value); }
146 inline void SetControlsCount(
int value) { m_controlsCountHasBeenSet =
true; m_controlsCount = value; }
156 inline void SetControlSetsCount(
int value) { m_controlSetsCountHasBeenSet =
true; m_controlSetsCount = value; }
186 bool m_arnHasBeenSet =
false;
189 bool m_idHasBeenSet =
false;
192 bool m_typeHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
198 bool m_descriptionHasBeenSet =
false;
201 bool m_logoHasBeenSet =
false;
204 bool m_complianceTypeHasBeenSet =
false;
207 bool m_controlsCountHasBeenSet =
false;
209 int m_controlSetsCount;
210 bool m_controlSetsCountHasBeenSet =
false;
213 bool m_createdAtHasBeenSet =
false;
216 bool m_lastUpdatedAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue