AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateProjectResult.h
1
6#pragma once
7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace CodeCatalyst
24{
25namespace Model
26{
28 {
29 public:
30 AWS_CODECATALYST_API UpdateProjectResult();
33
34
36
39 inline const Aws::String& GetSpaceName() const{ return m_spaceName; }
40 inline void SetSpaceName(const Aws::String& value) { m_spaceName = value; }
41 inline void SetSpaceName(Aws::String&& value) { m_spaceName = std::move(value); }
42 inline void SetSpaceName(const char* value) { m_spaceName.assign(value); }
43 inline UpdateProjectResult& WithSpaceName(const Aws::String& value) { SetSpaceName(value); return *this;}
44 inline UpdateProjectResult& WithSpaceName(Aws::String&& value) { SetSpaceName(std::move(value)); return *this;}
45 inline UpdateProjectResult& WithSpaceName(const char* value) { SetSpaceName(value); return *this;}
47
49
52 inline const Aws::String& GetName() const{ return m_name; }
53 inline void SetName(const Aws::String& value) { m_name = value; }
54 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
55 inline void SetName(const char* value) { m_name.assign(value); }
56 inline UpdateProjectResult& WithName(const Aws::String& value) { SetName(value); return *this;}
57 inline UpdateProjectResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
58 inline UpdateProjectResult& WithName(const char* value) { SetName(value); return *this;}
60
62
66 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
67 inline void SetDisplayName(const Aws::String& value) { m_displayName = value; }
68 inline void SetDisplayName(Aws::String&& value) { m_displayName = std::move(value); }
69 inline void SetDisplayName(const char* value) { m_displayName.assign(value); }
70 inline UpdateProjectResult& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
71 inline UpdateProjectResult& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
72 inline UpdateProjectResult& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
74
76
79 inline const Aws::String& GetDescription() const{ return m_description; }
80 inline void SetDescription(const Aws::String& value) { m_description = value; }
81 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
82 inline void SetDescription(const char* value) { m_description.assign(value); }
83 inline UpdateProjectResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
84 inline UpdateProjectResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
85 inline UpdateProjectResult& WithDescription(const char* value) { SetDescription(value); return *this;}
87
89
90 inline const Aws::String& GetRequestId() const{ return m_requestId; }
91 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
92 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
93 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
94 inline UpdateProjectResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
95 inline UpdateProjectResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
96 inline UpdateProjectResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
98 private:
99
100 Aws::String m_spaceName;
101
102 Aws::String m_name;
103
104 Aws::String m_displayName;
105
106 Aws::String m_description;
107
108 Aws::String m_requestId;
109 };
110
111} // namespace Model
112} // namespace CodeCatalyst
113} // namespace Aws
UpdateProjectResult & WithName(const Aws::String &value)
UpdateProjectResult & WithSpaceName(const char *value)
AWS_CODECATALYST_API UpdateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithName(Aws::String &&value)
UpdateProjectResult & WithDescription(const char *value)
UpdateProjectResult & WithDisplayName(const Aws::String &value)
UpdateProjectResult & WithRequestId(const char *value)
UpdateProjectResult & WithSpaceName(Aws::String &&value)
UpdateProjectResult & WithDescription(Aws::String &&value)
AWS_CODECATALYST_API UpdateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithDescription(const Aws::String &value)
UpdateProjectResult & WithDisplayName(Aws::String &&value)
UpdateProjectResult & WithSpaceName(const Aws::String &value)
UpdateProjectResult & WithName(const char *value)
UpdateProjectResult & WithDisplayName(const char *value)
UpdateProjectResult & WithRequestId(const Aws::String &value)
UpdateProjectResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue