7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/model/Ec2ScanModeState.h>
9#include <aws/inspector2/model/VMScannerState.h>
43 template <
typename ScanModeStateT = Ec2ScanModeState>
45 m_scanModeStateHasBeenSet =
true;
46 m_scanModeState = std::forward<ScanModeStateT>(value);
48 template <
typename ScanModeStateT = Ec2ScanModeState>
62 template <
typename VmScannerStateT = VMScannerState>
64 m_vmScannerStateHasBeenSet =
true;
65 m_vmScannerState = std::forward<VmScannerStateT>(value);
67 template <
typename VmScannerStateT = VMScannerState>
77 bool m_scanModeStateHasBeenSet =
false;
78 bool m_vmScannerStateHasBeenSet =
false;
const Ec2ScanModeState & GetScanModeState() const
Ec2ConfigurationState & WithScanModeState(ScanModeStateT &&value)
AWS_INSPECTOR2_API Ec2ConfigurationState()=default
bool VmScannerStateHasBeenSet() const
Ec2ConfigurationState & WithVmScannerState(VmScannerStateT &&value)
AWS_INSPECTOR2_API Ec2ConfigurationState & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ScanModeStateHasBeenSet() const
void SetScanModeState(ScanModeStateT &&value)
void SetVmScannerState(VmScannerStateT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API Ec2ConfigurationState(Aws::Utils::Json::JsonView jsonValue)
const VMScannerState & GetVmScannerState() const
Aws::Utils::Json::JsonValue JsonValue