7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/migrationhubstrategy/model/TransformationToolName.h>
22namespace MigrationHubStrategyRecommendations
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
70 template<
typename TranformationToolInstallationLinkT = Aws::String>
71 void SetTranformationToolInstallationLink(TranformationToolInstallationLinkT&& value) { m_tranformationToolInstallationLinkHasBeenSet =
true; m_tranformationToolInstallationLink = std::forward<TranformationToolInstallationLinkT>(value); }
72 template<
typename TranformationToolInstallationLinkT = Aws::String>
78 bool m_descriptionHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 bool m_tranformationToolInstallationLinkHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue