7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/JobScopingBlock.h>
43 template <
typename ExcludesT = JobScopingBlock>
45 m_excludesHasBeenSet =
true;
46 m_excludes = std::forward<ExcludesT>(value);
48 template <
typename ExcludesT = JobScopingBlock>
62 template <
typename IncludesT = JobScopingBlock>
64 m_includesHasBeenSet =
true;
65 m_includes = std::forward<IncludesT>(value);
67 template <
typename IncludesT = JobScopingBlock>
77 bool m_excludesHasBeenSet =
false;
78 bool m_includesHasBeenSet =
false;
bool ExcludesHasBeenSet() const
void SetExcludes(ExcludesT &&value)
AWS_MACIE2_API Scoping()=default
const JobScopingBlock & GetIncludes() const
AWS_MACIE2_API Scoping(Aws::Utils::Json::JsonView jsonValue)
bool IncludesHasBeenSet() const
Scoping & WithIncludes(IncludesT &&value)
void SetIncludes(IncludesT &&value)
Scoping & WithExcludes(ExcludesT &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API Scoping & operator=(Aws::Utils::Json::JsonView jsonValue)
const JobScopingBlock & GetExcludes() const
Aws::Utils::Json::JsonValue JsonValue