7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/codecatalyst/CodeCatalystRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename SpaceNameT = Aws::String>
42 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
43 template<
typename SpaceNameT = Aws::String>
53 template<
typename ProjectNameT = Aws::String>
54 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
55 template<
typename ProjectNameT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
88 bool m_spaceNameHasBeenSet =
false;
91 bool m_projectNameHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
void SetName(NameT &&value)
bool ProjectNameHasBeenSet() const
const Aws::String & GetName() const
void SetSpaceName(SpaceNameT &&value)
AWS_CODECATALYST_API CreateSourceRepositoryRequest()=default
AWS_CODECATALYST_API Aws::String SerializePayload() const override
CreateSourceRepositoryRequest & WithSpaceName(SpaceNameT &&value)
CreateSourceRepositoryRequest & WithProjectName(ProjectNameT &&value)
const Aws::String & GetProjectName() const
const Aws::String & GetSpaceName() const
CreateSourceRepositoryRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
const Aws::String & GetDescription() const
CreateSourceRepositoryRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool SpaceNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String