AWS SDK for C++

AWS SDK for C++ Version 1.11.786

Loading...
Searching...
No Matches
CreateDevEnvironmentResult.h
1
6#pragma once
7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace CodeCatalyst {
23namespace Model {
25 public:
26 AWS_CODECATALYST_API CreateDevEnvironmentResult() = default;
29
31
34 inline const Aws::String& GetSpaceName() const { return m_spaceName; }
35 template <typename SpaceNameT = Aws::String>
36 void SetSpaceName(SpaceNameT&& value) {
37 m_spaceNameHasBeenSet = true;
38 m_spaceName = std::forward<SpaceNameT>(value);
39 }
40 template <typename SpaceNameT = Aws::String>
42 SetSpaceName(std::forward<SpaceNameT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetProjectName() const { return m_projectName; }
52 template <typename ProjectNameT = Aws::String>
53 void SetProjectName(ProjectNameT&& value) {
54 m_projectNameHasBeenSet = true;
55 m_projectName = std::forward<ProjectNameT>(value);
56 }
57 template <typename ProjectNameT = Aws::String>
59 SetProjectName(std::forward<ProjectNameT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetId() const { return m_id; }
69 template <typename IdT = Aws::String>
70 void SetId(IdT&& value) {
71 m_idHasBeenSet = true;
72 m_id = std::forward<IdT>(value);
73 }
74 template <typename IdT = Aws::String>
76 SetId(std::forward<IdT>(value));
77 return *this;
78 }
80
82
86 inline const Aws::String& GetVpcConnectionName() const { return m_vpcConnectionName; }
87 template <typename VpcConnectionNameT = Aws::String>
88 void SetVpcConnectionName(VpcConnectionNameT&& value) {
89 m_vpcConnectionNameHasBeenSet = true;
90 m_vpcConnectionName = std::forward<VpcConnectionNameT>(value);
91 }
92 template <typename VpcConnectionNameT = Aws::String>
94 SetVpcConnectionName(std::forward<VpcConnectionNameT>(value));
95 return *this;
96 }
98
100
101 inline const Aws::String& GetRequestId() const { return m_requestId; }
102 template <typename RequestIdT = Aws::String>
103 void SetRequestId(RequestIdT&& value) {
104 m_requestIdHasBeenSet = true;
105 m_requestId = std::forward<RequestIdT>(value);
106 }
107 template <typename RequestIdT = Aws::String>
109 SetRequestId(std::forward<RequestIdT>(value));
110 return *this;
111 }
113 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
114
115 private:
116 Aws::String m_spaceName;
117
118 Aws::String m_projectName;
119
120 Aws::String m_id;
121
122 Aws::String m_vpcConnectionName;
123
124 Aws::String m_requestId;
125 Aws::Http::HttpResponseCode m_HttpResponseCode;
126 bool m_spaceNameHasBeenSet = false;
127 bool m_projectNameHasBeenSet = false;
128 bool m_idHasBeenSet = false;
129 bool m_vpcConnectionNameHasBeenSet = false;
130 bool m_requestIdHasBeenSet = false;
131};
132
133} // namespace Model
134} // namespace CodeCatalyst
135} // namespace Aws
AWS_CODECATALYST_API CreateDevEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDevEnvironmentResult & WithVpcConnectionName(VpcConnectionNameT &&value)
CreateDevEnvironmentResult & WithRequestId(RequestIdT &&value)
CreateDevEnvironmentResult & WithSpaceName(SpaceNameT &&value)
AWS_CODECATALYST_API CreateDevEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECATALYST_API CreateDevEnvironmentResult()=default
CreateDevEnvironmentResult & WithProjectName(ProjectNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue