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/ScopeState.h>
11#include <aws/inspector2/model/ScopeType.h>
48 m_scopeTypeHasBeenSet =
true;
64 template <
typename ScopeValuesT = Aws::Vector<Aws::String>>
66 m_scopeValuesHasBeenSet =
true;
67 m_scopeValues = std::forward<ScopeValuesT>(value);
69 template <
typename ScopeValuesT = Aws::Vector<Aws::String>>
74 template <
typename ScopeValuesT = Aws::String>
76 m_scopeValuesHasBeenSet =
true;
77 m_scopeValues.emplace_back(std::forward<ScopeValuesT>(value));
89 m_stateHasBeenSet =
true;
104 template <
typename StateReasonT = Aws::String>
106 m_stateReasonHasBeenSet =
true;
107 m_stateReason = std::forward<StateReasonT>(value);
109 template <
typename StateReasonT = Aws::String>
123 bool m_scopeTypeHasBeenSet =
false;
124 bool m_scopeValuesHasBeenSet =
false;
125 bool m_stateHasBeenSet =
false;
126 bool m_stateReasonHasBeenSet =
false;
ScopeConfiguration & WithState(ScopeState value)
ScopeType GetScopeType() const
ScopeState GetState() const
ScopeConfiguration & AddScopeValues(ScopeValuesT &&value)
bool ScopeTypeHasBeenSet() const
bool StateReasonHasBeenSet() const
ScopeConfiguration & WithScopeType(ScopeType value)
AWS_INSPECTOR2_API ScopeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScopeValues(ScopeValuesT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API ScopeConfiguration()=default
const Aws::String & GetStateReason() const
void SetScopeType(ScopeType value)
bool ScopeValuesHasBeenSet() const
void SetState(ScopeState value)
ScopeConfiguration & WithScopeValues(ScopeValuesT &&value)
ScopeConfiguration & WithStateReason(StateReasonT &&value)
bool StateHasBeenSet() const
void SetStateReason(StateReasonT &&value)
const Aws::Vector< Aws::String > & GetScopeValues() const
AWS_INSPECTOR2_API ScopeConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue