7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename SpaceNameT = Aws::String>
41 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
42 template<
typename SpaceNameT = Aws::String>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
63 template<
typename DisplayNameT = Aws::String>
64 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
65 template<
typename DisplayNameT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_spaceNameHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_displayNameHasBeenSet =
false;
100 bool m_descriptionHasBeenSet =
false;
103 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