7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MigrationHubStrategyRecommendations
47 template<
typename BranchT = Aws::String>
48 void SetBranch(BranchT&& value) { m_branchHasBeenSet =
true; m_branch = std::forward<BranchT>(value); }
49 template<
typename BranchT = Aws::String>
59 template<
typename ProjectNameT = Aws::String>
60 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
61 template<
typename ProjectNameT = Aws::String>
71 template<
typename RepositoryT = Aws::String>
72 void SetRepository(RepositoryT&& value) { m_repositoryHasBeenSet =
true; m_repository = std::forward<RepositoryT>(value); }
73 template<
typename RepositoryT = Aws::String>
83 template<
typename VersionControlTypeT = Aws::String>
84 void SetVersionControlType(VersionControlTypeT&& value) { m_versionControlTypeHasBeenSet =
true; m_versionControlType = std::forward<VersionControlTypeT>(value); }
85 template<
typename VersionControlTypeT = Aws::String>
91 bool m_branchHasBeenSet =
false;
94 bool m_projectNameHasBeenSet =
false;
97 bool m_repositoryHasBeenSet =
false;
100 bool m_versionControlTypeHasBeenSet =
false;
void SetVersionControlType(VersionControlTypeT &&value)
SourceCodeRepository & WithProjectName(ProjectNameT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API SourceCodeRepository()=default
SourceCodeRepository & WithRepository(RepositoryT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API SourceCodeRepository(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRepository() const
const Aws::String & GetProjectName() const
SourceCodeRepository & WithVersionControlType(VersionControlTypeT &&value)
void SetRepository(RepositoryT &&value)
bool BranchHasBeenSet() const
const Aws::String & GetBranch() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API SourceCodeRepository & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionControlTypeHasBeenSet() const
bool RepositoryHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
void SetBranch(BranchT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
SourceCodeRepository & WithBranch(BranchT &&value)
const Aws::String & GetVersionControlType() const
bool ProjectNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue