AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
S3BucketCriteriaForJob.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/CriteriaBlockForJob.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Macie2
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_MACIE2_API S3BucketCriteriaForJob() = default;
39 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const CriteriaBlockForJob& GetExcludes() const { return m_excludes; }
48 inline bool ExcludesHasBeenSet() const { return m_excludesHasBeenSet; }
49 template<typename ExcludesT = CriteriaBlockForJob>
50 void SetExcludes(ExcludesT&& value) { m_excludesHasBeenSet = true; m_excludes = std::forward<ExcludesT>(value); }
51 template<typename ExcludesT = CriteriaBlockForJob>
52 S3BucketCriteriaForJob& WithExcludes(ExcludesT&& value) { SetExcludes(std::forward<ExcludesT>(value)); return *this;}
54
56
60 inline const CriteriaBlockForJob& GetIncludes() const { return m_includes; }
61 inline bool IncludesHasBeenSet() const { return m_includesHasBeenSet; }
62 template<typename IncludesT = CriteriaBlockForJob>
63 void SetIncludes(IncludesT&& value) { m_includesHasBeenSet = true; m_includes = std::forward<IncludesT>(value); }
64 template<typename IncludesT = CriteriaBlockForJob>
65 S3BucketCriteriaForJob& WithIncludes(IncludesT&& value) { SetIncludes(std::forward<IncludesT>(value)); return *this;}
67 private:
68
69 CriteriaBlockForJob m_excludes;
70 bool m_excludesHasBeenSet = false;
71
72 CriteriaBlockForJob m_includes;
73 bool m_includesHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Macie2
78} // namespace Aws
AWS_MACIE2_API S3BucketCriteriaForJob(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API S3BucketCriteriaForJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const CriteriaBlockForJob & GetExcludes() const
S3BucketCriteriaForJob & WithExcludes(ExcludesT &&value)
AWS_MACIE2_API S3BucketCriteriaForJob()=default
const CriteriaBlockForJob & GetIncludes() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
S3BucketCriteriaForJob & WithIncludes(IncludesT &&value)
Aws::Utils::Json::JsonValue JsonValue