7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/AzureScopeConfiguration.h>
44 template <
typename AWSConfigConnectorArnT = Aws::String>
46 m_aWSConfigConnectorArnHasBeenSet =
true;
47 m_aWSConfigConnectorArn = std::forward<AWSConfigConnectorArnT>(value);
49 template <
typename AWSConfigConnectorArnT = Aws::String>
62 template <
typename ScopeConfigurationT = AzureScopeConfiguration>
64 m_scopeConfigurationHasBeenSet =
true;
65 m_scopeConfiguration = std::forward<ScopeConfigurationT>(value);
67 template <
typename ScopeConfigurationT = AzureScopeConfiguration>
80 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
82 m_azureRegionsHasBeenSet =
true;
83 m_azureRegions = std::forward<AzureRegionsT>(value);
85 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
90 template <
typename AzureRegionsT = Aws::String>
92 m_azureRegionsHasBeenSet =
true;
93 m_azureRegions.emplace_back(std::forward<AzureRegionsT>(value));
103 bool m_aWSConfigConnectorArnHasBeenSet =
false;
104 bool m_scopeConfigurationHasBeenSet =
false;
105 bool m_azureRegionsHasBeenSet =
false;
AWS_SECURITYHUB_API AzureProviderConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AWSConfigConnectorArnHasBeenSet() const
AzureProviderConfiguration & WithAzureRegions(AzureRegionsT &&value)
AzureProviderConfiguration & AddAzureRegions(AzureRegionsT &&value)
AzureProviderConfiguration & WithScopeConfiguration(ScopeConfigurationT &&value)
void SetAzureRegions(AzureRegionsT &&value)
AWS_SECURITYHUB_API AzureProviderConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool ScopeConfigurationHasBeenSet() const
void SetScopeConfiguration(ScopeConfigurationT &&value)
const AzureScopeConfiguration & GetScopeConfiguration() const
const Aws::Vector< Aws::String > & GetAzureRegions() const
void SetAWSConfigConnectorArn(AWSConfigConnectorArnT &&value)
AzureProviderConfiguration & WithAWSConfigConnectorArn(AWSConfigConnectorArnT &&value)
AWS_SECURITYHUB_API AzureProviderConfiguration()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool AzureRegionsHasBeenSet() const
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