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>
62 template<
typename DisplayNameT = Aws::String>
63 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
64 template<
typename DisplayNameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_spaceNameHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
96 bool m_displayNameHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 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