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 AzureDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AzureRegionsHasBeenSet() const
void SetAzureRegions(AzureRegionsT &&value)
AzureDetail & WithAzureRegions(AzureRegionsT &&value)
bool ScopeConfigurationHasBeenSet() const
AzureDetail & AddAzureRegions(AzureRegionsT &&value)
AzureDetail & WithAWSConfigConnectorArn(AWSConfigConnectorArnT &&value)
void SetScopeConfiguration(ScopeConfigurationT &&value)
void SetAWSConfigConnectorArn(AWSConfigConnectorArnT &&value)
const Aws::String & GetAWSConfigConnectorArn() const
AWS_SECURITYHUB_API AzureDetail()=default
const Aws::Vector< Aws::String > & GetAzureRegions() const
AWS_SECURITYHUB_API AzureDetail(Aws::Utils::Json::JsonView jsonValue)
const AzureScopeConfiguration & GetScopeConfiguration() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AzureDetail & WithScopeConfiguration(ScopeConfigurationT &&value)
bool AWSConfigConnectorArnHasBeenSet() 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