7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/codecatalyst/CodeCatalystRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetSpaceName(
const char* value) { m_spaceNameHasBeenSet =
true; m_spaceName.assign(value); }
57 inline void SetProjectName(
const char* value) { m_projectNameHasBeenSet =
true; m_projectName.assign(value); }
71 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 bool m_spaceNameHasBeenSet =
false;
82 bool m_projectNameHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
const Aws::String & GetSpaceName() const
void SetProjectName(Aws::String &&value)
GetSourceRepositoryRequest & WithName(const char *value)
void SetProjectName(const Aws::String &value)
bool SpaceNameHasBeenSet() const
AWS_CODECATALYST_API Aws::String SerializePayload() const override
void SetProjectName(const char *value)
GetSourceRepositoryRequest & WithProjectName(const Aws::String &value)
void SetSpaceName(const char *value)
void SetName(Aws::String &&value)
GetSourceRepositoryRequest & WithSpaceName(const Aws::String &value)
GetSourceRepositoryRequest & WithSpaceName(Aws::String &&value)
void SetName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GetSourceRepositoryRequest & WithName(Aws::String &&value)
GetSourceRepositoryRequest & WithName(const Aws::String &value)
void SetSpaceName(Aws::String &&value)
GetSourceRepositoryRequest & WithProjectName(Aws::String &&value)
bool ProjectNameHasBeenSet() const
void SetName(const char *value)
const Aws::String & GetProjectName() const
GetSourceRepositoryRequest & WithSpaceName(const char *value)
bool NameHasBeenSet() const
GetSourceRepositoryRequest & WithProjectName(const char *value)
void SetSpaceName(const Aws::String &value)
const Aws::String & GetName() const
AWS_CODECATALYST_API GetSourceRepositoryRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String