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>
43 template <
typename ScopeConfigurationT = AzureScopeConfiguration>
45 m_scopeConfigurationHasBeenSet =
true;
46 m_scopeConfiguration = std::forward<ScopeConfigurationT>(value);
48 template <
typename ScopeConfigurationT = AzureScopeConfiguration>
61 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
63 m_azureRegionsHasBeenSet =
true;
64 m_azureRegions = std::forward<AzureRegionsT>(value);
66 template <
typename AzureRegionsT = Aws::Vector<Aws::String>>
71 template <
typename AzureRegionsT = Aws::String>
73 m_azureRegionsHasBeenSet =
true;
74 m_azureRegions.emplace_back(std::forward<AzureRegionsT>(value));
82 bool m_scopeConfigurationHasBeenSet =
false;
83 bool m_azureRegionsHasBeenSet =
false;
void SetScopeConfiguration(ScopeConfigurationT &&value)
bool ScopeConfigurationHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AzureUpdateConfiguration & WithAzureRegions(AzureRegionsT &&value)
AzureUpdateConfiguration & WithScopeConfiguration(ScopeConfigurationT &&value)
void SetAzureRegions(AzureRegionsT &&value)
AWS_SECURITYHUB_API AzureUpdateConfiguration()=default
const Aws::Vector< Aws::String > & GetAzureRegions() const
AWS_SECURITYHUB_API AzureUpdateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AzureUpdateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AzureRegionsHasBeenSet() const
AzureUpdateConfiguration & AddAzureRegions(AzureRegionsT &&value)
const AzureScopeConfiguration & GetScopeConfiguration() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue