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/ScopeType.h>
45 m_scopeTypeHasBeenSet =
true;
61 template <
typename ScopeValuesT = Aws::Vector<Aws::String>>
63 m_scopeValuesHasBeenSet =
true;
64 m_scopeValues = std::forward<ScopeValuesT>(value);
66 template <
typename ScopeValuesT = Aws::Vector<Aws::String>>
71 template <
typename ScopeValuesT = Aws::String>
73 m_scopeValuesHasBeenSet =
true;
74 m_scopeValues.emplace_back(std::forward<ScopeValuesT>(value));
82 bool m_scopeTypeHasBeenSet =
false;
83 bool m_scopeValuesHasBeenSet =
false;
bool ScopeTypeHasBeenSet() const
bool ScopeValuesHasBeenSet() const
AWS_SECURITYHUB_API AzureScopeConfiguration()=default
const Aws::Vector< Aws::String > & GetScopeValues() const
AWS_SECURITYHUB_API AzureScopeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetScopeType(ScopeType value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AzureScopeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AzureScopeConfiguration & WithScopeValues(ScopeValuesT &&value)
AzureScopeConfiguration & AddScopeValues(ScopeValuesT &&value)
ScopeType GetScopeType() const
void SetScopeValues(ScopeValuesT &&value)
AzureScopeConfiguration & WithScopeType(ScopeType value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue