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 NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
61 bool m_spaceNameHasBeenSet =
false;
64 bool m_nameHasBeenSet =
false;
void SetName(NameT &&value)
bool SpaceNameHasBeenSet() const
const Aws::String & GetSpaceName() const
AWS_CODECATALYST_API Aws::String SerializePayload() const override
void SetSpaceName(SpaceNameT &&value)
GetProjectRequest & WithSpaceName(SpaceNameT &&value)
const Aws::String & GetName() const
AWS_CODECATALYST_API GetProjectRequest()=default
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
GetProjectRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String