7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/ControlSet.h>
9#include <aws/auditmanager/model/FrameworkType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
24namespace AuditManager {
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
64 template <
typename IdT = Aws::String>
66 m_idHasBeenSet =
true;
67 m_id = std::forward<IdT>(value);
69 template <
typename IdT = Aws::String>
71 SetId(std::forward<IdT>(value));
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
102 m_typeHasBeenSet =
true;
117 template <
typename ComplianceTypeT = Aws::String>
119 m_complianceTypeHasBeenSet =
true;
120 m_complianceType = std::forward<ComplianceTypeT>(value);
122 template <
typename ComplianceTypeT = Aws::String>
135 template <
typename DescriptionT = Aws::String>
137 m_descriptionHasBeenSet =
true;
138 m_description = std::forward<DescriptionT>(value);
140 template <
typename DescriptionT = Aws::String>
153 template <
typename LogoT = Aws::String>
155 m_logoHasBeenSet =
true;
156 m_logo = std::forward<LogoT>(value);
158 template <
typename LogoT = Aws::String>
160 SetLogo(std::forward<LogoT>(value));
174 template <
typename ControlSetsT = Aws::Vector<ControlSet>>
176 m_controlSetsHasBeenSet =
true;
177 m_controlSets = std::forward<ControlSetsT>(value);
179 template <
typename ControlSetsT = Aws::Vector<ControlSet>>
184 template <
typename ControlSetsT = ControlSet>
186 m_controlSetsHasBeenSet =
true;
187 m_controlSets.emplace_back(std::forward<ControlSetsT>(value));
198 template <
typename CreatedAtT = Aws::Utils::DateTime>
200 m_createdAtHasBeenSet =
true;
201 m_createdAt = std::forward<CreatedAtT>(value);
203 template <
typename CreatedAtT = Aws::Utils::DateTime>
216 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
218 m_lastUpdatedAtHasBeenSet =
true;
219 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
221 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
234 template <
typename CreatedByT = Aws::String>
236 m_createdByHasBeenSet =
true;
237 m_createdBy = std::forward<CreatedByT>(value);
239 template <
typename CreatedByT = Aws::String>
252 template <
typename LastUpdatedByT = Aws::String>
254 m_lastUpdatedByHasBeenSet =
true;
255 m_lastUpdatedBy = std::forward<LastUpdatedByT>(value);
257 template <
typename LastUpdatedByT = Aws::String>
270 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
272 m_tagsHasBeenSet =
true;
273 m_tags = std::forward<TagsT>(value);
275 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
277 SetTags(std::forward<TagsT>(value));
280 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
282 m_tagsHasBeenSet =
true;
283 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
313 bool m_arnHasBeenSet =
false;
314 bool m_idHasBeenSet =
false;
315 bool m_nameHasBeenSet =
false;
316 bool m_typeHasBeenSet =
false;
317 bool m_complianceTypeHasBeenSet =
false;
318 bool m_descriptionHasBeenSet =
false;
319 bool m_logoHasBeenSet =
false;
320 bool m_controlSetsHasBeenSet =
false;
321 bool m_createdAtHasBeenSet =
false;
322 bool m_lastUpdatedAtHasBeenSet =
false;
323 bool m_createdByHasBeenSet =
false;
324 bool m_lastUpdatedByHasBeenSet =
false;
325 bool m_tagsHasBeenSet =
false;
Framework & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetLogo() const
bool TagsHasBeenSet() const
const Aws::String & GetLastUpdatedBy() const
const Aws::String & GetCreatedBy() const
Framework & WithDescription(DescriptionT &&value)
bool TypeHasBeenSet() const
bool ArnHasBeenSet() const
Framework & AddControlSets(ControlSetsT &&value)
Framework & WithCreatedAt(CreatedAtT &&value)
void SetLastUpdatedBy(LastUpdatedByT &&value)
Framework & WithCreatedBy(CreatedByT &&value)
AWS_AUDITMANAGER_API Framework()=default
Framework & WithControlSets(ControlSetsT &&value)
void SetComplianceType(ComplianceTypeT &&value)
bool LastUpdatedByHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
void SetLogo(LogoT &&value)
Framework & WithComplianceType(ComplianceTypeT &&value)
const Aws::Vector< ControlSet > & GetControlSets() const
void SetControlSets(ControlSetsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetTags(TagsT &&value)
AWS_AUDITMANAGER_API Framework & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::String & GetComplianceType() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetType(FrameworkType value)
bool DescriptionHasBeenSet() const
bool ComplianceTypeHasBeenSet() const
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
Framework & WithLogo(LogoT &&value)
Framework & WithType(FrameworkType value)
bool CreatedAtHasBeenSet() const
bool CreatedByHasBeenSet() const
bool IdHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
FrameworkType GetType() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
Framework & WithArn(ArnT &&value)
Framework & AddTags(TagsKeyT &&key, TagsValueT &&value)
Framework & WithId(IdT &&value)
const Aws::String & GetDescription() const
Framework & WithTags(TagsT &&value)
void SetArn(ArnT &&value)
Framework & WithLastUpdatedBy(LastUpdatedByT &&value)
void SetDescription(DescriptionT &&value)
bool LogoHasBeenSet() const
const Aws::String & GetId() const
AWS_AUDITMANAGER_API Framework(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
Framework & WithName(NameT &&value)
void SetName(NameT &&value)
bool ControlSetsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue