7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename AssessmentIdT = Aws::String>
62 void SetAssessmentId(AssessmentIdT&& value) { m_assessmentIdHasBeenSet =
true; m_assessmentId = std::forward<AssessmentIdT>(value); }
63 template<
typename AssessmentIdT = Aws::String>
73 template<
typename AssessmentNameT = Aws::String>
74 void SetAssessmentName(AssessmentNameT&& value) { m_assessmentNameHasBeenSet =
true; m_assessmentName = std::forward<AssessmentNameT>(value); }
75 template<
typename AssessmentNameT = Aws::String>
85 template<
typename ControlSetIdT = Aws::String>
86 void SetControlSetId(ControlSetIdT&& value) { m_controlSetIdHasBeenSet =
true; m_controlSetId = std::forward<ControlSetIdT>(value); }
87 template<
typename ControlSetIdT = Aws::String>
97 template<
typename ControlSetNameT = Aws::String>
98 void SetControlSetName(ControlSetNameT&& value) { m_controlSetNameHasBeenSet =
true; m_controlSetName = std::forward<ControlSetNameT>(value); }
99 template<
typename ControlSetNameT = Aws::String>
109 template<
typename DescriptionT = Aws::String>
110 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
111 template<
typename DescriptionT = Aws::String>
121 template<
typename EventTimeT = Aws::Utils::DateTime>
122 void SetEventTime(EventTimeT&& value) { m_eventTimeHasBeenSet =
true; m_eventTime = std::forward<EventTimeT>(value); }
123 template<
typename EventTimeT = Aws::Utils::DateTime>
133 template<
typename SourceT = Aws::String>
134 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
135 template<
typename SourceT = Aws::String>
141 bool m_idHasBeenSet =
false;
144 bool m_assessmentIdHasBeenSet =
false;
147 bool m_assessmentNameHasBeenSet =
false;
150 bool m_controlSetIdHasBeenSet =
false;
153 bool m_controlSetNameHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_eventTimeHasBeenSet =
false;
162 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