7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/migrationhubstrategy/model/VersionControl.h>
22namespace MigrationHubStrategyRecommendations
36 AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API
SourceCode();
50 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
64 inline void SetProjectName(
const char* value) { m_projectNameHasBeenSet =
true; m_projectName.assign(value); }
78 inline void SetSourceVersion(
const char* value) { m_sourceVersionHasBeenSet =
true; m_sourceVersion.assign(value); }
98 bool m_locationHasBeenSet =
false;
101 bool m_projectNameHasBeenSet =
false;
104 bool m_sourceVersionHasBeenSet =
false;
107 bool m_versionControlHasBeenSet =
false;
bool ProjectNameHasBeenSet() const
SourceCode & WithLocation(const char *value)
SourceCode & WithVersionControl(const VersionControl &value)
void SetProjectName(const Aws::String &value)
void SetSourceVersion(const char *value)
void SetLocation(const char *value)
bool VersionControlHasBeenSet() const
void SetSourceVersion(const Aws::String &value)
SourceCode & WithLocation(const Aws::String &value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API SourceCode & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceCode & WithLocation(Aws::String &&value)
bool SourceVersionHasBeenSet() const
void SetVersionControl(VersionControl &&value)
void SetProjectName(const char *value)
void SetLocation(const Aws::String &value)
void SetProjectName(Aws::String &&value)
const Aws::String & GetSourceVersion() const
SourceCode & WithSourceVersion(const char *value)
SourceCode & WithProjectName(const char *value)
SourceCode & WithVersionControl(VersionControl &&value)
const Aws::String & GetProjectName() const
SourceCode & WithProjectName(Aws::String &&value)
SourceCode & WithSourceVersion(const Aws::String &value)
void SetSourceVersion(Aws::String &&value)
SourceCode & WithProjectName(const Aws::String &value)
const VersionControl & GetVersionControl() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API SourceCode()
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API SourceCode(Aws::Utils::Json::JsonView jsonValue)
void SetVersionControl(const VersionControl &value)
SourceCode & WithSourceVersion(Aws::String &&value)
bool LocationHasBeenSet() const
const Aws::String & GetLocation() const
void SetLocation(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue