AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Homogeneous.h
1
6#pragma once
7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/migrationhubstrategy/model/HomogeneousTargetDatabaseEngine.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MigrationHubStrategyRecommendations
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Homogeneous();
37 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Homogeneous(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Homogeneous& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<HomogeneousTargetDatabaseEngine>& GetTargetDatabaseEngine() const{ return m_targetDatabaseEngine; }
48 inline bool TargetDatabaseEngineHasBeenSet() const { return m_targetDatabaseEngineHasBeenSet; }
49 inline void SetTargetDatabaseEngine(const Aws::Vector<HomogeneousTargetDatabaseEngine>& value) { m_targetDatabaseEngineHasBeenSet = true; m_targetDatabaseEngine = value; }
50 inline void SetTargetDatabaseEngine(Aws::Vector<HomogeneousTargetDatabaseEngine>&& value) { m_targetDatabaseEngineHasBeenSet = true; m_targetDatabaseEngine = std::move(value); }
53 inline Homogeneous& AddTargetDatabaseEngine(const HomogeneousTargetDatabaseEngine& value) { m_targetDatabaseEngineHasBeenSet = true; m_targetDatabaseEngine.push_back(value); return *this; }
54 inline Homogeneous& AddTargetDatabaseEngine(HomogeneousTargetDatabaseEngine&& value) { m_targetDatabaseEngineHasBeenSet = true; m_targetDatabaseEngine.push_back(std::move(value)); return *this; }
56 private:
57
59 bool m_targetDatabaseEngineHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace MigrationHubStrategyRecommendations
64} // namespace Aws
Homogeneous & AddTargetDatabaseEngine(const HomogeneousTargetDatabaseEngine &value)
Definition Homogeneous.h:53
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Homogeneous()
Homogeneous & WithTargetDatabaseEngine(const Aws::Vector< HomogeneousTargetDatabaseEngine > &value)
Definition Homogeneous.h:51
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Homogeneous(Aws::Utils::Json::JsonView jsonValue)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Homogeneous & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< HomogeneousTargetDatabaseEngine > & GetTargetDatabaseEngine() const
Definition Homogeneous.h:47
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
Homogeneous & AddTargetDatabaseEngine(HomogeneousTargetDatabaseEngine &&value)
Definition Homogeneous.h:54
Homogeneous & WithTargetDatabaseEngine(Aws::Vector< HomogeneousTargetDatabaseEngine > &&value)
Definition Homogeneous.h:52
void SetTargetDatabaseEngine(Aws::Vector< HomogeneousTargetDatabaseEngine > &&value)
Definition Homogeneous.h:50
void SetTargetDatabaseEngine(const Aws::Vector< HomogeneousTargetDatabaseEngine > &value)
Definition Homogeneous.h:49
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue