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>
45 inline void SetControlId(
const char* value) { m_controlIdHasBeenSet =
true; m_controlId.assign(value); }
59 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
73 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
87 inline void SetTestingInformation(
const char* value) { m_testingInformationHasBeenSet =
true; m_testingInformation.assign(value); }
101 inline void SetActionPlanTitle(
const char* value) { m_actionPlanTitleHasBeenSet =
true; m_actionPlanTitle.assign(value); }
115 inline void SetActionPlanInstructions(
const char* value) { m_actionPlanInstructionsHasBeenSet =
true; m_actionPlanInstructions.assign(value); }
137 bool m_controlIdHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
146 bool m_testingInformationHasBeenSet =
false;
149 bool m_actionPlanTitleHasBeenSet =
false;
152 bool m_actionPlanInstructionsHasBeenSet =
false;
155 bool m_controlMappingSourcesHasBeenSet =
false;
void SetDescription(const char *value)
AWS_AUDITMANAGER_API UpdateControlRequest()
void SetTestingInformation(Aws::String &&value)
void SetName(Aws::String &&value)
bool ActionPlanTitleHasBeenSet() const
const Aws::String & GetTestingInformation() const
void SetActionPlanTitle(const char *value)
UpdateControlRequest & WithControlId(Aws::String &&value)
bool ControlMappingSourcesHasBeenSet() const
UpdateControlRequest & WithName(const Aws::String &value)
void SetControlMappingSources(Aws::Vector< ControlMappingSource > &&value)
void SetTestingInformation(const Aws::String &value)
bool DescriptionHasBeenSet() const
void SetActionPlanTitle(const Aws::String &value)
UpdateControlRequest & WithDescription(const Aws::String &value)
bool TestingInformationHasBeenSet() const
void SetTestingInformation(const char *value)
void SetActionPlanInstructions(Aws::String &&value)
void SetControlId(const char *value)
void SetName(const Aws::String &value)
bool ControlIdHasBeenSet() const
UpdateControlRequest & AddControlMappingSources(ControlMappingSource &&value)
const Aws::String & GetActionPlanTitle() const
UpdateControlRequest & WithName(Aws::String &&value)
UpdateControlRequest & WithActionPlanInstructions(const char *value)
UpdateControlRequest & WithActionPlanTitle(const Aws::String &value)
const Aws::String & GetControlId() const
bool NameHasBeenSet() const
void SetDescription(const Aws::String &value)
UpdateControlRequest & WithControlId(const char *value)
void SetName(const char *value)
bool ActionPlanInstructionsHasBeenSet() const
UpdateControlRequest & WithControlMappingSources(Aws::Vector< ControlMappingSource > &&value)
UpdateControlRequest & WithTestingInformation(const char *value)
UpdateControlRequest & WithControlMappingSources(const Aws::Vector< ControlMappingSource > &value)
UpdateControlRequest & WithActionPlanInstructions(const Aws::String &value)
const Aws::String & GetActionPlanInstructions() const
UpdateControlRequest & WithControlId(const Aws::String &value)
void SetActionPlanTitle(Aws::String &&value)
UpdateControlRequest & WithActionPlanInstructions(Aws::String &&value)
void SetControlId(const Aws::String &value)
UpdateControlRequest & WithActionPlanTitle(const char *value)
AWS_AUDITMANAGER_API Aws::String SerializePayload() const override
const Aws::Vector< ControlMappingSource > & GetControlMappingSources() const
UpdateControlRequest & WithName(const char *value)
UpdateControlRequest & WithDescription(const char *value)
UpdateControlRequest & WithTestingInformation(const Aws::String &value)
UpdateControlRequest & WithTestingInformation(Aws::String &&value)
void SetActionPlanInstructions(const Aws::String &value)
void SetControlId(Aws::String &&value)
const Aws::String & GetDescription() const
void SetControlMappingSources(const Aws::Vector< ControlMappingSource > &value)
UpdateControlRequest & WithDescription(Aws::String &&value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
UpdateControlRequest & WithActionPlanTitle(Aws::String &&value)
UpdateControlRequest & AddControlMappingSources(const ControlMappingSource &value)
void SetActionPlanInstructions(const char *value)
void SetDescription(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector