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>
45 template <
typename AwsConfigConnectorArnT = Aws::String>
47 m_awsConfigConnectorArnHasBeenSet =
true;
48 m_awsConfigConnectorArn = std::forward<AwsConfigConnectorArnT>(value);
50 template <
typename AwsConfigConnectorArnT = Aws::String>
63 template <
typename ScopeConfigurationT = AzureScopeConfigurationInput>
65 m_scopeConfigurationHasBeenSet =
true;
66 m_scopeConfiguration = std::forward<ScopeConfigurationT>(value);
68 template <
typename ScopeConfigurationT = AzureScopeConfigurationInput>
81 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
83 m_azureRegionsHasBeenSet =
true;
84 m_azureRegions = std::forward<AzureRegionsT>(value);
86 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
91 template <
typename AzureRegionsT = Aws::String>
93 m_azureRegionsHasBeenSet =
true;
94 m_azureRegions.emplace_back(std::forward<AzureRegionsT>(value));
107 m_autoInstallVMScannerHasBeenSet =
true;
108 m_autoInstallVMScanner = value;
122 bool m_autoInstallVMScanner{
false};
123 bool m_awsConfigConnectorArnHasBeenSet =
false;
124 bool m_scopeConfigurationHasBeenSet =
false;
125 bool m_azureRegionsHasBeenSet =
false;
126 bool m_autoInstallVMScannerHasBeenSet =
false;
AWS_INSPECTOR2_API AzureProviderDetailCreate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAzureRegions(AzureRegionsT &&value)
AzureProviderDetailCreate & WithAutoInstallVMScanner(bool value)
bool ScopeConfigurationHasBeenSet() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AzureProviderDetailCreate & WithAzureRegions(AzureRegionsT &&value)
bool AutoInstallVMScannerHasBeenSet() const
bool GetAutoInstallVMScanner() const
bool AzureRegionsHasBeenSet() const
const AzureScopeConfigurationInput & GetScopeConfiguration() const
void SetAwsConfigConnectorArn(AwsConfigConnectorArnT &&value)
AWS_INSPECTOR2_API AzureProviderDetailCreate()=default
AzureProviderDetailCreate & WithScopeConfiguration(ScopeConfigurationT &&value)
const Aws::Vector< Aws::String > & GetAzureRegions() const
void SetAutoInstallVMScanner(bool value)
void SetScopeConfiguration(ScopeConfigurationT &&value)
bool AwsConfigConnectorArnHasBeenSet() const
AWS_INSPECTOR2_API AzureProviderDetailCreate(Aws::Utils::Json::JsonView jsonValue)
AzureProviderDetailCreate & AddAzureRegions(AzureRegionsT &&value)
AzureProviderDetailCreate & WithAwsConfigConnectorArn(AwsConfigConnectorArnT &&value)
const Aws::String & GetAwsConfigConnectorArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue