AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
S3ClassificationScope.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/S3ClassificationScopeExclusion.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
33 {
34 public:
35 AWS_MACIE2_API S3ClassificationScope() = default;
38 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const S3ClassificationScopeExclusion& GetExcludes() const { return m_excludes; }
46 inline bool ExcludesHasBeenSet() const { return m_excludesHasBeenSet; }
47 template<typename ExcludesT = S3ClassificationScopeExclusion>
48 void SetExcludes(ExcludesT&& value) { m_excludesHasBeenSet = true; m_excludes = std::forward<ExcludesT>(value); }
49 template<typename ExcludesT = S3ClassificationScopeExclusion>
50 S3ClassificationScope& WithExcludes(ExcludesT&& value) { SetExcludes(std::forward<ExcludesT>(value)); return *this;}
52 private:
53
55 bool m_excludesHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Macie2
60} // namespace Aws
AWS_MACIE2_API S3ClassificationScope()=default
AWS_MACIE2_API S3ClassificationScope & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API S3ClassificationScope(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
const S3ClassificationScopeExclusion & GetExcludes() const
S3ClassificationScope & WithExcludes(ExcludesT &&value)
Aws::Utils::Json::JsonValue JsonValue