7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/Inspector2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/inspector2/model/Schedule.h>
11#include <aws/inspector2/model/CisSecurityLevel.h>
12#include <aws/inspector2/model/UpdateCisTargets.h>
44 template<
typename ScanConfigurationArnT = Aws::String>
45 void SetScanConfigurationArn(ScanConfigurationArnT&& value) { m_scanConfigurationArnHasBeenSet =
true; m_scanConfigurationArn = std::forward<ScanConfigurationArnT>(value); }
46 template<
typename ScanConfigurationArnT = Aws::String>
56 template<
typename ScanNameT = Aws::String>
57 void SetScanName(ScanNameT&& value) { m_scanNameHasBeenSet =
true; m_scanName = std::forward<ScanNameT>(value); }
58 template<
typename ScanNameT = Aws::String>
68 template<
typename ScheduleT = Schedule>
69 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
70 template<
typename ScheduleT = Schedule>
91 template<
typename TargetsT = UpdateCisTargets>
92 void SetTargets(TargetsT&& value) { m_targetsHasBeenSet =
true; m_targets = std::forward<TargetsT>(value); }
93 template<
typename TargetsT = UpdateCisTargets>
99 bool m_scanConfigurationArnHasBeenSet =
false;
102 bool m_scanNameHasBeenSet =
false;
105 bool m_scheduleHasBeenSet =
false;
108 bool m_securityLevelHasBeenSet =
false;
110 UpdateCisTargets m_targets;
111 bool m_targetsHasBeenSet =
false;
const UpdateCisTargets & GetTargets() const
void SetTargets(TargetsT &&value)
void SetSchedule(ScheduleT &&value)
bool ScanNameHasBeenSet() const
bool SecurityLevelHasBeenSet() const
void SetScanConfigurationArn(ScanConfigurationArnT &&value)
void SetScanName(ScanNameT &&value)
UpdateCisScanConfigurationRequest & WithSecurityLevel(CisSecurityLevel value)
UpdateCisScanConfigurationRequest & WithTargets(TargetsT &&value)
UpdateCisScanConfigurationRequest & WithScanName(ScanNameT &&value)
UpdateCisScanConfigurationRequest & WithScanConfigurationArn(ScanConfigurationArnT &&value)
virtual const char * GetServiceRequestName() const override
bool ScheduleHasBeenSet() const
const Aws::String & GetScanConfigurationArn() const
const Schedule & GetSchedule() const
AWS_INSPECTOR2_API UpdateCisScanConfigurationRequest()=default
bool TargetsHasBeenSet() const
UpdateCisScanConfigurationRequest & WithSchedule(ScheduleT &&value)
void SetSecurityLevel(CisSecurityLevel value)
const Aws::String & GetScanName() const
bool ScanConfigurationArnHasBeenSet() const
AWS_INSPECTOR2_API Aws::String SerializePayload() const override
CisSecurityLevel GetSecurityLevel() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String