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/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/auditmanager/model/ControlSet.h>
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
99 template<
typename ComplianceTypeT = Aws::String>
100 void SetComplianceType(ComplianceTypeT&& value) { m_complianceTypeHasBeenSet =
true; m_complianceType = std::forward<ComplianceTypeT>(value); }
101 template<
typename ComplianceTypeT = Aws::String>
111 template<
typename DescriptionT = Aws::String>
112 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
113 template<
typename DescriptionT = Aws::String>
123 template<
typename LogoT = Aws::String>
124 void SetLogo(LogoT&& value) { m_logoHasBeenSet =
true; m_logo = std::forward<LogoT>(value); }
125 template<
typename LogoT = Aws::String>
135 template<
typename ControlSourcesT = Aws::String>
136 void SetControlSources(ControlSourcesT&& value) { m_controlSourcesHasBeenSet =
true; m_controlSources = std::forward<ControlSourcesT>(value); }
137 template<
typename ControlSourcesT = Aws::String>
147 template<
typename ControlSetsT = Aws::Vector<ControlSet>>
148 void SetControlSets(ControlSetsT&& value) { m_controlSetsHasBeenSet =
true; m_controlSets = std::forward<ControlSetsT>(value); }
149 template<
typename ControlSetsT = Aws::Vector<ControlSet>>
151 template<
typename ControlSetsT = ControlSet>
152 Framework&
AddControlSets(ControlSetsT&& value) { m_controlSetsHasBeenSet =
true; m_controlSets.emplace_back(std::forward<ControlSetsT>(value));
return *
this; }
161 template<
typename CreatedAtT = Aws::Utils::DateTime>
162 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
163 template<
typename CreatedAtT = Aws::Utils::DateTime>
173 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
174 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
175 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
185 template<
typename CreatedByT = Aws::String>
186 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
187 template<
typename CreatedByT = Aws::String>
197 template<
typename LastUpdatedByT = Aws::String>
198 void SetLastUpdatedBy(LastUpdatedByT&& value) { m_lastUpdatedByHasBeenSet =
true; m_lastUpdatedBy = std::forward<LastUpdatedByT>(value); }
199 template<
typename LastUpdatedByT = Aws::String>
209 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
210 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
211 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
213 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
215 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
221 bool m_arnHasBeenSet =
false;
224 bool m_idHasBeenSet =
false;
227 bool m_nameHasBeenSet =
false;
230 bool m_typeHasBeenSet =
false;
233 bool m_complianceTypeHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
239 bool m_logoHasBeenSet =
false;
242 bool m_controlSourcesHasBeenSet =
false;
245 bool m_controlSetsHasBeenSet =
false;
248 bool m_createdAtHasBeenSet =
false;
251 bool m_lastUpdatedAtHasBeenSet =
false;
254 bool m_createdByHasBeenSet =
false;
257 bool m_lastUpdatedByHasBeenSet =
false;
260 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)
const Aws::String & GetControlSources() const
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
bool ControlSourcesHasBeenSet() 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
Framework & WithControlSources(ControlSourcesT &&value)
const Aws::String & GetId() const
AWS_AUDITMANAGER_API Framework(Aws::Utils::Json::JsonView jsonValue)
void SetControlSources(ControlSourcesT &&value)
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