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));
69 template <
typename DisplayNameT = Aws::String>
71 m_displayNameHasBeenSet =
true;
72 m_displayName = std::forward<DisplayNameT>(value);
74 template <
typename DisplayNameT = Aws::String>
86 template <
typename DescriptionT = Aws::String>
88 m_descriptionHasBeenSet =
true;
89 m_description = std::forward<DescriptionT>(value);
91 template <
typename DescriptionT = Aws::String>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
122 bool m_spaceNameHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
124 bool m_displayNameHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSpaceName() const
void SetName(NameT &&value)
UpdateProjectResult & WithName(NameT &&value)
AWS_CODECATALYST_API UpdateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
AWS_CODECATALYST_API UpdateProjectResult()=default
UpdateProjectResult & WithSpaceName(SpaceNameT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetDisplayName() const
const Aws::String & GetName() const
AWS_CODECATALYST_API UpdateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSpaceName(SpaceNameT &&value)
void SetDescription(DescriptionT &&value)
UpdateProjectResult & WithDisplayName(DisplayNameT &&value)
UpdateProjectResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue