AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TransformationTool.h
1
6#pragma once
7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/migrationhubstrategy/model/TransformationToolName.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 TransformationTool();
37 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API TransformationTool(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API TransformationTool& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetDescription() const{ return m_description; }
47 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
48 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
49 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
50 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
51 inline TransformationTool& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
52 inline TransformationTool& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
53 inline TransformationTool& WithDescription(const char* value) { SetDescription(value); return *this;}
55
57
60 inline const TransformationToolName& GetName() const{ return m_name; }
61 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
62 inline void SetName(const TransformationToolName& value) { m_nameHasBeenSet = true; m_name = value; }
63 inline void SetName(TransformationToolName&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
64 inline TransformationTool& WithName(const TransformationToolName& value) { SetName(value); return *this;}
65 inline TransformationTool& WithName(TransformationToolName&& value) { SetName(std::move(value)); return *this;}
67
69
72 inline const Aws::String& GetTranformationToolInstallationLink() const{ return m_tranformationToolInstallationLink; }
73 inline bool TranformationToolInstallationLinkHasBeenSet() const { return m_tranformationToolInstallationLinkHasBeenSet; }
74 inline void SetTranformationToolInstallationLink(const Aws::String& value) { m_tranformationToolInstallationLinkHasBeenSet = true; m_tranformationToolInstallationLink = value; }
75 inline void SetTranformationToolInstallationLink(Aws::String&& value) { m_tranformationToolInstallationLinkHasBeenSet = true; m_tranformationToolInstallationLink = std::move(value); }
76 inline void SetTranformationToolInstallationLink(const char* value) { m_tranformationToolInstallationLinkHasBeenSet = true; m_tranformationToolInstallationLink.assign(value); }
81 private:
82
83 Aws::String m_description;
84 bool m_descriptionHasBeenSet = false;
85
87 bool m_nameHasBeenSet = false;
88
89 Aws::String m_tranformationToolInstallationLink;
90 bool m_tranformationToolInstallationLinkHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace MigrationHubStrategyRecommendations
95} // namespace Aws
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API TransformationTool()
TransformationTool & WithDescription(const Aws::String &value)
TransformationTool & WithTranformationToolInstallationLink(Aws::String &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API TransformationTool(Aws::Utils::Json::JsonView jsonValue)
TransformationTool & WithName(TransformationToolName &&value)
TransformationTool & WithTranformationToolInstallationLink(const char *value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API TransformationTool & operator=(Aws::Utils::Json::JsonView jsonValue)
TransformationTool & WithName(const TransformationToolName &value)
TransformationTool & WithTranformationToolInstallationLink(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue