7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
10#include <aws/inspector2/model/AzureScopeConfigurationInput.h>
43 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
45 m_azureRegionsHasBeenSet =
true;
46 m_azureRegions = std::forward<AzureRegionsT>(value);
48 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
53 template <
typename AzureRegionsT = Aws::String>
55 m_azureRegionsHasBeenSet =
true;
56 m_azureRegions.emplace_back(std::forward<AzureRegionsT>(value));
68 template <
typename ScopeConfigurationT = AzureScopeConfigurationInput>
70 m_scopeConfigurationHasBeenSet =
true;
71 m_scopeConfiguration = std::forward<ScopeConfigurationT>(value);
73 template <
typename ScopeConfigurationT = AzureScopeConfigurationInput>
88 m_autoInstallVMScannerHasBeenSet =
true;
89 m_autoInstallVMScanner = value;
101 bool m_autoInstallVMScanner{
false};
102 bool m_azureRegionsHasBeenSet =
false;
103 bool m_scopeConfigurationHasBeenSet =
false;
104 bool m_autoInstallVMScannerHasBeenSet =
false;
AWS_INSPECTOR2_API AzureProviderDetailUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API AzureProviderDetailUpdate()=default
bool AzureRegionsHasBeenSet() const
bool GetAutoInstallVMScanner() const
void SetAutoInstallVMScanner(bool value)
AzureProviderDetailUpdate & WithAutoInstallVMScanner(bool value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetScopeConfiguration(ScopeConfigurationT &&value)
AzureProviderDetailUpdate & AddAzureRegions(AzureRegionsT &&value)
AzureProviderDetailUpdate & WithAzureRegions(AzureRegionsT &&value)
AzureProviderDetailUpdate & WithScopeConfiguration(ScopeConfigurationT &&value)
bool AutoInstallVMScannerHasBeenSet() const
bool ScopeConfigurationHasBeenSet() const
const AzureScopeConfigurationInput & GetScopeConfiguration() const
const Aws::Vector< Aws::String > & GetAzureRegions() const
AWS_INSPECTOR2_API AzureProviderDetailUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAzureRegions(AzureRegionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue