7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/JobScopingBlock.h>
49 template<
typename ExcludesT = JobScopingBlock>
50 void SetExcludes(ExcludesT&& value) { m_excludesHasBeenSet =
true; m_excludes = std::forward<ExcludesT>(value); }
51 template<
typename ExcludesT = JobScopingBlock>
62 template<
typename IncludesT = JobScopingBlock>
63 void SetIncludes(IncludesT&& value) { m_includesHasBeenSet =
true; m_includes = std::forward<IncludesT>(value); }
64 template<
typename IncludesT = JobScopingBlock>
70 bool m_excludesHasBeenSet =
false;
73 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