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 {
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename AssessmentIdT = Aws::String>
63 m_assessmentIdHasBeenSet =
true;
64 m_assessmentId = std::forward<AssessmentIdT>(value);
66 template <
typename AssessmentIdT = Aws::String>
79 template <
typename AssessmentNameT = Aws::String>
81 m_assessmentNameHasBeenSet =
true;
82 m_assessmentName = std::forward<AssessmentNameT>(value);
84 template <
typename AssessmentNameT = Aws::String>
97 template <
typename ControlSetIdT = Aws::String>
99 m_controlSetIdHasBeenSet =
true;
100 m_controlSetId = std::forward<ControlSetIdT>(value);
102 template <
typename ControlSetIdT = Aws::String>
115 template <
typename ControlSetNameT = Aws::String>
117 m_controlSetNameHasBeenSet =
true;
118 m_controlSetName = std::forward<ControlSetNameT>(value);
120 template <
typename ControlSetNameT = Aws::String>
133 template <
typename DescriptionT = Aws::String>
135 m_descriptionHasBeenSet =
true;
136 m_description = std::forward<DescriptionT>(value);
138 template <
typename DescriptionT = Aws::String>
151 template <
typename EventTimeT = Aws::Utils::DateTime>
153 m_eventTimeHasBeenSet =
true;
154 m_eventTime = std::forward<EventTimeT>(value);
156 template <
typename EventTimeT = Aws::Utils::DateTime>
169 template <
typename SourceT = Aws::String>
171 m_sourceHasBeenSet =
true;
172 m_source = std::forward<SourceT>(value);
174 template <
typename SourceT = Aws::String>
196 bool m_idHasBeenSet =
false;
197 bool m_assessmentIdHasBeenSet =
false;
198 bool m_assessmentNameHasBeenSet =
false;
199 bool m_controlSetIdHasBeenSet =
false;
200 bool m_controlSetNameHasBeenSet =
false;
201 bool m_descriptionHasBeenSet =
false;
202 bool m_eventTimeHasBeenSet =
false;
203 bool m_sourceHasBeenSet =
false;
void SetAssessmentName(AssessmentNameT &&value)
void SetEventTime(EventTimeT &&value)
AWS_AUDITMANAGER_API Notification & operator=(Aws::Utils::Json::JsonView jsonValue)
Notification & WithSource(SourceT &&value)
Notification & WithDescription(DescriptionT &&value)
Notification & WithId(IdT &&value)
const Aws::String & GetControlSetId() const
const Aws::String & GetId() const
const Aws::String & GetAssessmentId() const
void SetControlSetId(ControlSetIdT &&value)
AWS_AUDITMANAGER_API Notification()=default
const Aws::String & GetAssessmentName() const
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
Notification & WithControlSetName(ControlSetNameT &&value)
const Aws::String & GetSource() const
bool AssessmentNameHasBeenSet() const
void SetAssessmentId(AssessmentIdT &&value)
Notification & WithControlSetId(ControlSetIdT &&value)
const Aws::Utils::DateTime & GetEventTime() const
bool SourceHasBeenSet() const
const Aws::String & GetDescription() const
bool EventTimeHasBeenSet() const
void SetSource(SourceT &&value)
bool ControlSetNameHasBeenSet() const
void SetControlSetName(ControlSetNameT &&value)
bool IdHasBeenSet() const
Notification & WithEventTime(EventTimeT &&value)
bool ControlSetIdHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_AUDITMANAGER_API Notification(Aws::Utils::Json::JsonView jsonValue)
Notification & WithAssessmentName(AssessmentNameT &&value)
bool AssessmentIdHasBeenSet() const
const Aws::String & GetControlSetName() const
Notification & WithAssessmentId(AssessmentIdT &&value)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue