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 NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
68 bool m_spaceNameHasBeenSet =
false;
71 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