7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/SimpleScopeTerm.h>
9#include <aws/macie2/model/TagScopeTerm.h>
51 template<
typename SimpleScopeTermT = SimpleScopeTerm>
52 void SetSimpleScopeTerm(SimpleScopeTermT&& value) { m_simpleScopeTermHasBeenSet =
true; m_simpleScopeTerm = std::forward<SimpleScopeTermT>(value); }
53 template<
typename SimpleScopeTermT = SimpleScopeTerm>
64 template<
typename TagScopeTermT = TagScopeTerm>
65 void SetTagScopeTerm(TagScopeTermT&& value) { m_tagScopeTermHasBeenSet =
true; m_tagScopeTerm = std::forward<TagScopeTermT>(value); }
66 template<
typename TagScopeTermT = TagScopeTerm>
72 bool m_simpleScopeTermHasBeenSet =
false;
75 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