AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetExcludes(const S3ClassificationScopeExclusion& value) { m_excludesHasBeenSet = true; m_excludes = value; }
48 inline void SetExcludes(S3ClassificationScopeExclusion&& value) { m_excludesHasBeenSet = true; m_excludes = std::move(value); }
50 inline S3ClassificationScope& WithExcludes(S3ClassificationScopeExclusion&& value) { SetExcludes(std::move(value)); return *this;}
52 private:
53
55 bool m_excludesHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Macie2
60} // namespace Aws
void SetExcludes(const S3ClassificationScopeExclusion &value)
AWS_MACIE2_API S3ClassificationScope & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ClassificationScope & WithExcludes(S3ClassificationScopeExclusion &&value)
void SetExcludes(S3ClassificationScopeExclusion &&value)
AWS_MACIE2_API S3ClassificationScope(Aws::Utils::Json::JsonView jsonValue)
S3ClassificationScope & WithExcludes(const S3ClassificationScopeExclusion &value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
const S3ClassificationScopeExclusion & GetExcludes() const
Aws::Utils::Json::JsonValue JsonValue