AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
36 AWS_MACIE2_API S3ClassificationScopeUpdate() = default;
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 template<typename ExcludesT = S3ClassificationScopeExclusionUpdate>
49 void SetExcludes(ExcludesT&& value) { m_excludesHasBeenSet = true; m_excludes = std::forward<ExcludesT>(value); }
50 template<typename ExcludesT = S3ClassificationScopeExclusionUpdate>
51 S3ClassificationScopeUpdate& WithExcludes(ExcludesT&& value) { SetExcludes(std::forward<ExcludesT>(value)); return *this;}
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
S3ClassificationScopeUpdate & WithExcludes(ExcludesT &&value)
AWS_MACIE2_API S3ClassificationScopeUpdate()=default
AWS_MACIE2_API S3ClassificationScopeUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3ClassificationScopeExclusionUpdate & GetExcludes() const
Aws::Utils::Json::JsonValue JsonValue