7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/auditmanager/model/AssessmentStatus.h>
10#include <aws/auditmanager/model/AssessmentReportsDestination.h>
11#include <aws/auditmanager/model/Scope.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/auditmanager/model/Role.h>
15#include <aws/auditmanager/model/Delegation.h>
56 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
70 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
84 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
99 inline void SetComplianceType(
const char* value) { m_complianceTypeHasBeenSet =
true; m_complianceType.assign(value); }
136 inline void SetScope(
const Scope& value) { m_scopeHasBeenSet =
true; m_scope = value; }
137 inline void SetScope(
Scope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
196 bool m_nameHasBeenSet =
false;
199 bool m_idHasBeenSet =
false;
202 bool m_descriptionHasBeenSet =
false;
205 bool m_complianceTypeHasBeenSet =
false;
208 bool m_statusHasBeenSet =
false;
211 bool m_assessmentReportsDestinationHasBeenSet =
false;
214 bool m_scopeHasBeenSet =
false;
217 bool m_rolesHasBeenSet =
false;
220 bool m_delegationsHasBeenSet =
false;
223 bool m_creationTimeHasBeenSet =
false;
226 bool m_lastUpdatedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue