AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
SensitivityInspectionTemplateExcludes.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Macie2 {
21namespace Model {
22
34 public:
35 AWS_MACIE2_API SensitivityInspectionTemplateExcludes() = default;
38 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
41
46 inline const Aws::Vector<Aws::String>& GetManagedDataIdentifierIds() const { return m_managedDataIdentifierIds; }
47 inline bool ManagedDataIdentifierIdsHasBeenSet() const { return m_managedDataIdentifierIdsHasBeenSet; }
48 template <typename ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
49 void SetManagedDataIdentifierIds(ManagedDataIdentifierIdsT&& value) {
50 m_managedDataIdentifierIdsHasBeenSet = true;
51 m_managedDataIdentifierIds = std::forward<ManagedDataIdentifierIdsT>(value);
52 }
53 template <typename ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
55 SetManagedDataIdentifierIds(std::forward<ManagedDataIdentifierIdsT>(value));
56 return *this;
57 }
58 template <typename ManagedDataIdentifierIdsT = Aws::String>
60 m_managedDataIdentifierIdsHasBeenSet = true;
61 m_managedDataIdentifierIds.emplace_back(std::forward<ManagedDataIdentifierIdsT>(value));
62 return *this;
63 }
65 private:
66 Aws::Vector<Aws::String> m_managedDataIdentifierIds;
67 bool m_managedDataIdentifierIdsHasBeenSet = false;
68};
69
70} // namespace Model
71} // namespace Macie2
72} // namespace Aws
AWS_MACIE2_API SensitivityInspectionTemplateExcludes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API SensitivityInspectionTemplateExcludes(Aws::Utils::Json::JsonView jsonValue)
SensitivityInspectionTemplateExcludes & AddManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
SensitivityInspectionTemplateExcludes & WithManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue