AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateDevEnvironmentResult.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 CreateDevEnvironmentResult();
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 CreateDevEnvironmentResult& WithSpaceName(const Aws::String& value) { SetSpaceName(value); return *this;}
44 inline CreateDevEnvironmentResult& WithSpaceName(Aws::String&& value) { SetSpaceName(std::move(value)); return *this;}
45 inline CreateDevEnvironmentResult& WithSpaceName(const char* value) { SetSpaceName(value); return *this;}
47
49
52 inline const Aws::String& GetProjectName() const{ return m_projectName; }
53 inline void SetProjectName(const Aws::String& value) { m_projectName = value; }
54 inline void SetProjectName(Aws::String&& value) { m_projectName = std::move(value); }
55 inline void SetProjectName(const char* value) { m_projectName.assign(value); }
56 inline CreateDevEnvironmentResult& WithProjectName(const Aws::String& value) { SetProjectName(value); return *this;}
57 inline CreateDevEnvironmentResult& WithProjectName(Aws::String&& value) { SetProjectName(std::move(value)); return *this;}
58 inline CreateDevEnvironmentResult& WithProjectName(const char* value) { SetProjectName(value); return *this;}
60
62
65 inline const Aws::String& GetId() const{ return m_id; }
66 inline void SetId(const Aws::String& value) { m_id = value; }
67 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
68 inline void SetId(const char* value) { m_id.assign(value); }
69 inline CreateDevEnvironmentResult& WithId(const Aws::String& value) { SetId(value); return *this;}
70 inline CreateDevEnvironmentResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
71 inline CreateDevEnvironmentResult& WithId(const char* value) { SetId(value); return *this;}
73
75
79 inline const Aws::String& GetVpcConnectionName() const{ return m_vpcConnectionName; }
80 inline void SetVpcConnectionName(const Aws::String& value) { m_vpcConnectionName = value; }
81 inline void SetVpcConnectionName(Aws::String&& value) { m_vpcConnectionName = std::move(value); }
82 inline void SetVpcConnectionName(const char* value) { m_vpcConnectionName.assign(value); }
84 inline CreateDevEnvironmentResult& WithVpcConnectionName(Aws::String&& value) { SetVpcConnectionName(std::move(value)); return *this;}
85 inline CreateDevEnvironmentResult& WithVpcConnectionName(const char* value) { SetVpcConnectionName(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 CreateDevEnvironmentResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
95 inline CreateDevEnvironmentResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
96 inline CreateDevEnvironmentResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
98 private:
99
100 Aws::String m_spaceName;
101
102 Aws::String m_projectName;
103
104 Aws::String m_id;
105
106 Aws::String m_vpcConnectionName;
107
108 Aws::String m_requestId;
109 };
110
111} // namespace Model
112} // namespace CodeCatalyst
113} // namespace Aws
AWS_CODECATALYST_API CreateDevEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDevEnvironmentResult & WithProjectName(const Aws::String &value)
CreateDevEnvironmentResult & WithVpcConnectionName(const char *value)
CreateDevEnvironmentResult & WithId(const Aws::String &value)
CreateDevEnvironmentResult & WithSpaceName(const Aws::String &value)
CreateDevEnvironmentResult & WithId(Aws::String &&value)
CreateDevEnvironmentResult & WithProjectName(Aws::String &&value)
CreateDevEnvironmentResult & WithVpcConnectionName(Aws::String &&value)
CreateDevEnvironmentResult & WithRequestId(Aws::String &&value)
CreateDevEnvironmentResult & WithProjectName(const char *value)
AWS_CODECATALYST_API CreateDevEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDevEnvironmentResult & WithId(const char *value)
CreateDevEnvironmentResult & WithVpcConnectionName(const Aws::String &value)
CreateDevEnvironmentResult & WithRequestId(const char *value)
CreateDevEnvironmentResult & WithRequestId(const Aws::String &value)
CreateDevEnvironmentResult & WithSpaceName(const char *value)
CreateDevEnvironmentResult & WithSpaceName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue