7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CodeCatalyst {
34 template <
typename SpaceNameT = Aws::String>
36 m_spaceNameHasBeenSet =
true;
37 m_spaceName = std::forward<SpaceNameT>(value);
39 template <
typename SpaceNameT = Aws::String>
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
68 template <
typename DisplayNameT = Aws::String>
70 m_displayNameHasBeenSet =
true;
71 m_displayName = std::forward<DisplayNameT>(value);
73 template <
typename DisplayNameT = Aws::String>
85 template <
typename DescriptionT = Aws::String>
87 m_descriptionHasBeenSet =
true;
88 m_description = std::forward<DescriptionT>(value);
90 template <
typename DescriptionT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
113 bool m_spaceNameHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
119 bool m_displayNameHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
AWS_CODECATALYST_API CreateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECATALYST_API CreateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECATALYST_API CreateProjectResult()=default
const Aws::String & GetRequestId() const
CreateProjectResult & WithSpaceName(SpaceNameT &&value)
CreateProjectResult & WithDisplayName(DisplayNameT &&value)
CreateProjectResult & WithName(NameT &&value)
void SetSpaceName(SpaceNameT &&value)
CreateProjectResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetSpaceName() const
const Aws::String & GetDisplayName() const
void SetName(NameT &&value)
CreateProjectResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue