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 DisplayNameT = Aws::String>
54 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
55 template<
typename DisplayNameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
75 bool m_spaceNameHasBeenSet =
false;
78 bool m_displayNameHasBeenSet =
false;
81 bool m_descriptionHasBeenSet =
false;
CreateProjectRequest & WithDisplayName(DisplayNameT &&value)
void SetSpaceName(SpaceNameT &&value)
bool SpaceNameHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetSpaceName() const
bool DisplayNameHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CODECATALYST_API Aws::String SerializePayload() const override
void SetDisplayName(DisplayNameT &&value)
AWS_CODECATALYST_API CreateProjectRequest()=default
CreateProjectRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDisplayName() const
CreateProjectRequest & WithSpaceName(SpaceNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String