7#include <aws/codecatalyst/CodeCatalystRequest.h>
8#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeCatalyst {
37 template <
typename SpaceNameT = Aws::String>
39 m_spaceNameHasBeenSet =
true;
40 m_spaceName = std::forward<SpaceNameT>(value);
42 template <
typename SpaceNameT = Aws::String>
55 template <
typename ProjectNameT = Aws::String>
57 m_projectNameHasBeenSet =
true;
58 m_projectName = std::forward<ProjectNameT>(value);
60 template <
typename ProjectNameT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
113 bool m_spaceNameHasBeenSet =
false;
114 bool m_projectNameHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
116 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