7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/CriteriaBlockForJob.h>
49 template<
typename ExcludesT = CriteriaBlockForJob>
50 void SetExcludes(ExcludesT&& value) { m_excludesHasBeenSet =
true; m_excludes = std::forward<ExcludesT>(value); }
51 template<
typename ExcludesT = CriteriaBlockForJob>
62 template<
typename IncludesT = CriteriaBlockForJob>
63 void SetIncludes(IncludesT&& value) { m_includesHasBeenSet =
true; m_includes = std::forward<IncludesT>(value); }
64 template<
typename IncludesT = CriteriaBlockForJob>
70 bool m_excludesHasBeenSet =
false;
73 bool m_includesHasBeenSet =
false;
void SetExcludes(ExcludesT &&value)
AWS_MACIE2_API S3BucketCriteriaForJob(Aws::Utils::Json::JsonView jsonValue)
bool ExcludesHasBeenSet() const
AWS_MACIE2_API S3BucketCriteriaForJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const CriteriaBlockForJob & GetExcludes() const
S3BucketCriteriaForJob & WithExcludes(ExcludesT &&value)
AWS_MACIE2_API S3BucketCriteriaForJob()=default
bool IncludesHasBeenSet() const
const CriteriaBlockForJob & GetIncludes() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIncludes(IncludesT &&value)
S3BucketCriteriaForJob & WithIncludes(IncludesT &&value)
Aws::Utils::Json::JsonValue JsonValue