AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
33
34
36
39 inline const Aws::String& GetSpaceName() const { return m_spaceName; }
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>
43 CreateDevEnvironmentResult& WithSpaceName(SpaceNameT&& value) { SetSpaceName(std::forward<SpaceNameT>(value)); return *this;}
45
47
50 inline const Aws::String& GetProjectName() const { return m_projectName; }
51 template<typename ProjectNameT = Aws::String>
52 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet = true; m_projectName = std::forward<ProjectNameT>(value); }
53 template<typename ProjectNameT = Aws::String>
54 CreateDevEnvironmentResult& WithProjectName(ProjectNameT&& value) { SetProjectName(std::forward<ProjectNameT>(value)); return *this;}
56
58
61 inline const Aws::String& GetId() const { return m_id; }
62 template<typename IdT = Aws::String>
63 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
64 template<typename IdT = Aws::String>
65 CreateDevEnvironmentResult& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
67
69
73 inline const Aws::String& GetVpcConnectionName() const { return m_vpcConnectionName; }
74 template<typename VpcConnectionNameT = Aws::String>
75 void SetVpcConnectionName(VpcConnectionNameT&& value) { m_vpcConnectionNameHasBeenSet = true; m_vpcConnectionName = std::forward<VpcConnectionNameT>(value); }
76 template<typename VpcConnectionNameT = Aws::String>
77 CreateDevEnvironmentResult& WithVpcConnectionName(VpcConnectionNameT&& value) { SetVpcConnectionName(std::forward<VpcConnectionNameT>(value)); return *this;}
79
81
82 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
86 CreateDevEnvironmentResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
88 private:
89
90 Aws::String m_spaceName;
91 bool m_spaceNameHasBeenSet = false;
92
93 Aws::String m_projectName;
94 bool m_projectNameHasBeenSet = false;
95
96 Aws::String m_id;
97 bool m_idHasBeenSet = false;
98
99 Aws::String m_vpcConnectionName;
100 bool m_vpcConnectionNameHasBeenSet = false;
101
102 Aws::String m_requestId;
103 bool m_requestIdHasBeenSet = false;
104 };
105
106} // namespace Model
107} // namespace CodeCatalyst
108} // 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