7#include <aws/auditmanager/AuditManagerRequest.h>
8#include <aws/auditmanager/AuditManager_EXPORTS.h>
9#include <aws/auditmanager/model/ControlMappingSource.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace AuditManager {
39 template <
typename ControlIdT = Aws::String>
41 m_controlIdHasBeenSet =
true;
42 m_controlId = std::forward<ControlIdT>(value);
44 template <
typename ControlIdT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
93 template <
typename TestingInformationT = Aws::String>
95 m_testingInformationHasBeenSet =
true;
96 m_testingInformation = std::forward<TestingInformationT>(value);
98 template <
typename TestingInformationT = Aws::String>
111 template <
typename ActionPlanTitleT = Aws::String>
113 m_actionPlanTitleHasBeenSet =
true;
114 m_actionPlanTitle = std::forward<ActionPlanTitleT>(value);
116 template <
typename ActionPlanTitleT = Aws::String>
129 template <
typename ActionPlanInstructionsT = Aws::String>
131 m_actionPlanInstructionsHasBeenSet =
true;
132 m_actionPlanInstructions = std::forward<ActionPlanInstructionsT>(value);
134 template <
typename ActionPlanInstructionsT = Aws::String>
147 template <
typename ControlMappingSourcesT = Aws::Vector<ControlMappingSource>>
149 m_controlMappingSourcesHasBeenSet =
true;
150 m_controlMappingSources = std::forward<ControlMappingSourcesT>(value);
152 template <
typename ControlMappingSourcesT = Aws::Vector<ControlMappingSource>>
157 template <
typename ControlMappingSourcesT = ControlMappingSource>
159 m_controlMappingSourcesHasBeenSet =
true;
160 m_controlMappingSources.emplace_back(std::forward<ControlMappingSourcesT>(value));
178 bool m_controlIdHasBeenSet =
false;
179 bool m_nameHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
181 bool m_testingInformationHasBeenSet =
false;
182 bool m_actionPlanTitleHasBeenSet =
false;
183 bool m_actionPlanInstructionsHasBeenSet =
false;
184 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