7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace AuditManager {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
97 template <
typename ControlSourcesT = Aws::String>
99 m_controlSourcesHasBeenSet =
true;
100 m_controlSources = std::forward<ControlSourcesT>(value);
102 template <
typename ControlSourcesT = Aws::String>
115 template <
typename CreatedAtT = Aws::Utils::DateTime>
117 m_createdAtHasBeenSet =
true;
118 m_createdAt = std::forward<CreatedAtT>(value);
120 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
135 m_lastUpdatedAtHasBeenSet =
true;
136 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
138 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
156 bool m_arnHasBeenSet =
false;
157 bool m_idHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
159 bool m_controlSourcesHasBeenSet =
false;
160 bool m_createdAtHasBeenSet =
false;
161 bool m_lastUpdatedAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue