7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/SimpleScopeTerm.h>
9#include <aws/macie2/model/TagScopeTerm.h>
45 template <
typename SimpleScopeTermT = SimpleScopeTerm>
47 m_simpleScopeTermHasBeenSet =
true;
48 m_simpleScopeTerm = std::forward<SimpleScopeTermT>(value);
50 template <
typename SimpleScopeTermT = SimpleScopeTerm>
64 template <
typename TagScopeTermT = TagScopeTerm>
66 m_tagScopeTermHasBeenSet =
true;
67 m_tagScopeTerm = std::forward<TagScopeTermT>(value);
69 template <
typename TagScopeTermT = TagScopeTerm>
79 bool m_simpleScopeTermHasBeenSet =
false;
80 bool m_tagScopeTermHasBeenSet =
false;
AWS_MACIE2_API JobScopeTerm(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API JobScopeTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
const SimpleScopeTerm & GetSimpleScopeTerm() const
void SetSimpleScopeTerm(SimpleScopeTermT &&value)
AWS_MACIE2_API JobScopeTerm()=default
const TagScopeTerm & GetTagScopeTerm() const
bool SimpleScopeTermHasBeenSet() const
JobScopeTerm & WithSimpleScopeTerm(SimpleScopeTermT &&value)
void SetTagScopeTerm(TagScopeTermT &&value)
bool TagScopeTermHasBeenSet() const
JobScopeTerm & WithTagScopeTerm(TagScopeTermT &&value)
Aws::Utils::Json::JsonValue JsonValue