AWS SDK for C++

AWS SDK for C++ Version 1.11.743

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Macie2 {
20namespace Model {
21
30 public:
31 AWS_MACIE2_API S3ClassificationScopeUpdate() = default;
34 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const S3ClassificationScopeExclusionUpdate& GetExcludes() const { return m_excludes; }
41 inline bool ExcludesHasBeenSet() const { return m_excludesHasBeenSet; }
42 template <typename ExcludesT = S3ClassificationScopeExclusionUpdate>
43 void SetExcludes(ExcludesT&& value) {
44 m_excludesHasBeenSet = true;
45 m_excludes = std::forward<ExcludesT>(value);
46 }
47 template <typename ExcludesT = S3ClassificationScopeExclusionUpdate>
49 SetExcludes(std::forward<ExcludesT>(value));
50 return *this;
51 }
53 private:
55 bool m_excludesHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace Macie2
60} // 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