AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Limitation.h
1
6#pragma once
7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 DatabaseMigrationService
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_DATABASEMIGRATIONSERVICE_API Limitation() = default;
40 AWS_DATABASEMIGRATIONSERVICE_API Limitation(Aws::Utils::Json::JsonView jsonValue);
41 AWS_DATABASEMIGRATIONSERVICE_API Limitation& operator=(Aws::Utils::Json::JsonView jsonValue);
42 AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::String& GetDatabaseId() const { return m_databaseId; }
50 inline bool DatabaseIdHasBeenSet() const { return m_databaseIdHasBeenSet; }
51 template<typename DatabaseIdT = Aws::String>
52 void SetDatabaseId(DatabaseIdT&& value) { m_databaseIdHasBeenSet = true; m_databaseId = std::forward<DatabaseIdT>(value); }
53 template<typename DatabaseIdT = Aws::String>
54 Limitation& WithDatabaseId(DatabaseIdT&& value) { SetDatabaseId(std::forward<DatabaseIdT>(value)); return *this;}
56
58
65 inline const Aws::String& GetEngineName() const { return m_engineName; }
66 inline bool EngineNameHasBeenSet() const { return m_engineNameHasBeenSet; }
67 template<typename EngineNameT = Aws::String>
68 void SetEngineName(EngineNameT&& value) { m_engineNameHasBeenSet = true; m_engineName = std::forward<EngineNameT>(value); }
69 template<typename EngineNameT = Aws::String>
70 Limitation& WithEngineName(EngineNameT&& value) { SetEngineName(std::forward<EngineNameT>(value)); return *this;}
72
74
78 inline const Aws::String& GetName() const { return m_name; }
79 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
80 template<typename NameT = Aws::String>
81 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
82 template<typename NameT = Aws::String>
83 Limitation& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
85
87
92 inline const Aws::String& GetDescription() const { return m_description; }
93 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
94 template<typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
96 template<typename DescriptionT = Aws::String>
97 Limitation& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
99
101
107 inline const Aws::String& GetImpact() const { return m_impact; }
108 inline bool ImpactHasBeenSet() const { return m_impactHasBeenSet; }
109 template<typename ImpactT = Aws::String>
110 void SetImpact(ImpactT&& value) { m_impactHasBeenSet = true; m_impact = std::forward<ImpactT>(value); }
111 template<typename ImpactT = Aws::String>
112 Limitation& WithImpact(ImpactT&& value) { SetImpact(std::forward<ImpactT>(value)); return *this;}
114
116
120 inline const Aws::String& GetType() const { return m_type; }
121 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
122 template<typename TypeT = Aws::String>
123 void SetType(TypeT&& value) { m_typeHasBeenSet = true; m_type = std::forward<TypeT>(value); }
124 template<typename TypeT = Aws::String>
125 Limitation& WithType(TypeT&& value) { SetType(std::forward<TypeT>(value)); return *this;}
127 private:
128
129 Aws::String m_databaseId;
130 bool m_databaseIdHasBeenSet = false;
131
132 Aws::String m_engineName;
133 bool m_engineNameHasBeenSet = false;
134
135 Aws::String m_name;
136 bool m_nameHasBeenSet = false;
137
138 Aws::String m_description;
139 bool m_descriptionHasBeenSet = false;
140
141 Aws::String m_impact;
142 bool m_impactHasBeenSet = false;
143
144 Aws::String m_type;
145 bool m_typeHasBeenSet = false;
146 };
147
148} // namespace Model
149} // namespace DatabaseMigrationService
150} // namespace Aws
Limitation & WithEngineName(EngineNameT &&value)
Definition Limitation.h:70
AWS_DATABASEMIGRATIONSERVICE_API Limitation(Aws::Utils::Json::JsonView jsonValue)
Limitation & WithImpact(ImpactT &&value)
Definition Limitation.h:112
Limitation & WithDatabaseId(DatabaseIdT &&value)
Definition Limitation.h:54
const Aws::String & GetDescription() const
Definition Limitation.h:92
AWS_DATABASEMIGRATIONSERVICE_API Limitation & operator=(Aws::Utils::Json::JsonView jsonValue)
Limitation & WithDescription(DescriptionT &&value)
Definition Limitation.h:97
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEngineName() const
Definition Limitation.h:65
AWS_DATABASEMIGRATIONSERVICE_API Limitation()=default
const Aws::String & GetDatabaseId() const
Definition Limitation.h:49
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue