7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/AuditManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/auditmanager/model/ControlMappingSource.h>
43 template<
typename ControlIdT = Aws::String>
44 void SetControlId(ControlIdT&& value) { m_controlIdHasBeenSet =
true; m_controlId = std::forward<ControlIdT>(value); }
45 template<
typename ControlIdT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
79 template<
typename TestingInformationT = Aws::String>
80 void SetTestingInformation(TestingInformationT&& value) { m_testingInformationHasBeenSet =
true; m_testingInformation = std::forward<TestingInformationT>(value); }
81 template<
typename TestingInformationT = Aws::String>
91 template<
typename ActionPlanTitleT = Aws::String>
92 void SetActionPlanTitle(ActionPlanTitleT&& value) { m_actionPlanTitleHasBeenSet =
true; m_actionPlanTitle = std::forward<ActionPlanTitleT>(value); }
93 template<
typename ActionPlanTitleT = Aws::String>
103 template<
typename ActionPlanInstructionsT = Aws::String>
104 void SetActionPlanInstructions(ActionPlanInstructionsT&& value) { m_actionPlanInstructionsHasBeenSet =
true; m_actionPlanInstructions = std::forward<ActionPlanInstructionsT>(value); }
105 template<
typename ActionPlanInstructionsT = Aws::String>
115 template<
typename ControlMappingSourcesT = Aws::Vector<ControlMappingSource>>
116 void SetControlMappingSources(ControlMappingSourcesT&& value) { m_controlMappingSourcesHasBeenSet =
true; m_controlMappingSources = std::forward<ControlMappingSourcesT>(value); }
117 template<
typename ControlMappingSourcesT = Aws::Vector<ControlMappingSource>>
119 template<
typename ControlMappingSourcesT = ControlMappingSource>
125 bool m_controlIdHasBeenSet =
false;
128 bool m_nameHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_testingInformationHasBeenSet =
false;
137 bool m_actionPlanTitleHasBeenSet =
false;
140 bool m_actionPlanInstructionsHasBeenSet =
false;
143 bool m_controlMappingSourcesHasBeenSet =
false;
UpdateControlRequest & WithTestingInformation(TestingInformationT &&value)
void SetTestingInformation(TestingInformationT &&value)
UpdateControlRequest & WithDescription(DescriptionT &&value)
UpdateControlRequest & WithControlId(ControlIdT &&value)
void SetName(NameT &&value)
bool ActionPlanTitleHasBeenSet() const
const Aws::String & GetTestingInformation() const
bool ControlMappingSourcesHasBeenSet() const
void SetControlMappingSources(ControlMappingSourcesT &&value)
bool DescriptionHasBeenSet() const
bool TestingInformationHasBeenSet() const
void SetControlId(ControlIdT &&value)
bool ControlIdHasBeenSet() const
const Aws::String & GetActionPlanTitle() const
AWS_AUDITMANAGER_API UpdateControlRequest()=default
const Aws::String & GetControlId() const
bool NameHasBeenSet() const
UpdateControlRequest & WithControlMappingSources(ControlMappingSourcesT &&value)
bool ActionPlanInstructionsHasBeenSet() const
const Aws::String & GetActionPlanInstructions() const
UpdateControlRequest & WithActionPlanInstructions(ActionPlanInstructionsT &&value)
void SetDescription(DescriptionT &&value)
UpdateControlRequest & WithName(NameT &&value)
UpdateControlRequest & AddControlMappingSources(ControlMappingSourcesT &&value)
AWS_AUDITMANAGER_API Aws::String SerializePayload() const override
void SetActionPlanInstructions(ActionPlanInstructionsT &&value)
const Aws::Vector< ControlMappingSource > & GetControlMappingSources() const
const Aws::String & GetDescription() const
UpdateControlRequest & WithActionPlanTitle(ActionPlanTitleT &&value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
void SetActionPlanTitle(ActionPlanTitleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector