AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3ClassificationScopeUpdate.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/S3ClassificationScopeExclusionUpdate.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:
39 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const S3ClassificationScopeExclusionUpdate& GetExcludes() const{ return m_excludes; }
47 inline bool ExcludesHasBeenSet() const { return m_excludesHasBeenSet; }
48 inline void SetExcludes(const S3ClassificationScopeExclusionUpdate& value) { m_excludesHasBeenSet = true; m_excludes = value; }
49 inline void SetExcludes(S3ClassificationScopeExclusionUpdate&& value) { m_excludesHasBeenSet = true; m_excludes = std::move(value); }
53 private:
54
56 bool m_excludesHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Macie2
61} // namespace Aws
AWS_MACIE2_API S3ClassificationScopeUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExcludes(S3ClassificationScopeExclusionUpdate &&value)
AWS_MACIE2_API S3ClassificationScopeUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExcludes(const S3ClassificationScopeExclusionUpdate &value)
S3ClassificationScopeUpdate & WithExcludes(S3ClassificationScopeExclusionUpdate &&value)
S3ClassificationScopeUpdate & WithExcludes(const S3ClassificationScopeExclusionUpdate &value)
const S3ClassificationScopeExclusionUpdate & GetExcludes() const
Aws::Utils::Json::JsonValue JsonValue