AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetEnvironmentProfileResult.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/CustomParameter.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace DataZone
27{
28namespace Model
29{
31 {
32 public:
33 AWS_DATAZONE_API GetEnvironmentProfileResult() = default;
36
37
39
43 inline const Aws::String& GetAwsAccountId() const { return m_awsAccountId; }
44 template<typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<typename AwsAccountIdT = Aws::String>
47 GetEnvironmentProfileResult& WithAwsAccountId(AwsAccountIdT&& value) { SetAwsAccountId(std::forward<AwsAccountIdT>(value)); return *this;}
49
51
54 inline const Aws::String& GetAwsAccountRegion() const { return m_awsAccountRegion; }
55 template<typename AwsAccountRegionT = Aws::String>
56 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet = true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
57 template<typename AwsAccountRegionT = Aws::String>
58 GetEnvironmentProfileResult& WithAwsAccountRegion(AwsAccountRegionT&& value) { SetAwsAccountRegion(std::forward<AwsAccountRegionT>(value)); return *this;}
60
62
65 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
66 template<typename CreatedAtT = Aws::Utils::DateTime>
67 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
68 template<typename CreatedAtT = Aws::Utils::DateTime>
69 GetEnvironmentProfileResult& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
71
73
76 inline const Aws::String& GetCreatedBy() const { return m_createdBy; }
77 template<typename CreatedByT = Aws::String>
78 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet = true; m_createdBy = std::forward<CreatedByT>(value); }
79 template<typename CreatedByT = Aws::String>
80 GetEnvironmentProfileResult& WithCreatedBy(CreatedByT&& value) { SetCreatedBy(std::forward<CreatedByT>(value)); return *this;}
82
84
87 inline const Aws::String& GetDescription() const { return m_description; }
88 template<typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
90 template<typename DescriptionT = Aws::String>
91 GetEnvironmentProfileResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
93
95
99 inline const Aws::String& GetDomainId() const { return m_domainId; }
100 template<typename DomainIdT = Aws::String>
101 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet = true; m_domainId = std::forward<DomainIdT>(value); }
102 template<typename DomainIdT = Aws::String>
103 GetEnvironmentProfileResult& WithDomainId(DomainIdT&& value) { SetDomainId(std::forward<DomainIdT>(value)); return *this;}
105
107
110 inline const Aws::String& GetEnvironmentBlueprintId() const { return m_environmentBlueprintId; }
111 template<typename EnvironmentBlueprintIdT = Aws::String>
112 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { m_environmentBlueprintIdHasBeenSet = true; m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value); }
113 template<typename EnvironmentBlueprintIdT = Aws::String>
114 GetEnvironmentProfileResult& WithEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { SetEnvironmentBlueprintId(std::forward<EnvironmentBlueprintIdT>(value)); return *this;}
116
118
121 inline const Aws::String& GetId() const { return m_id; }
122 template<typename IdT = Aws::String>
123 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
124 template<typename IdT = Aws::String>
125 GetEnvironmentProfileResult& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
127
129
132 inline const Aws::String& GetName() const { return m_name; }
133 template<typename NameT = Aws::String>
134 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
135 template<typename NameT = Aws::String>
136 GetEnvironmentProfileResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
138
140
144 inline const Aws::String& GetProjectId() const { return m_projectId; }
145 template<typename ProjectIdT = Aws::String>
146 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet = true; m_projectId = std::forward<ProjectIdT>(value); }
147 template<typename ProjectIdT = Aws::String>
148 GetEnvironmentProfileResult& WithProjectId(ProjectIdT&& value) { SetProjectId(std::forward<ProjectIdT>(value)); return *this;}
150
152
155 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
156 template<typename UpdatedAtT = Aws::Utils::DateTime>
157 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
158 template<typename UpdatedAtT = Aws::Utils::DateTime>
159 GetEnvironmentProfileResult& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
161
163
166 inline const Aws::Vector<CustomParameter>& GetUserParameters() const { return m_userParameters; }
167 template<typename UserParametersT = Aws::Vector<CustomParameter>>
168 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet = true; m_userParameters = std::forward<UserParametersT>(value); }
169 template<typename UserParametersT = Aws::Vector<CustomParameter>>
170 GetEnvironmentProfileResult& WithUserParameters(UserParametersT&& value) { SetUserParameters(std::forward<UserParametersT>(value)); return *this;}
171 template<typename UserParametersT = CustomParameter>
172 GetEnvironmentProfileResult& AddUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet = true; m_userParameters.emplace_back(std::forward<UserParametersT>(value)); return *this; }
174
176
177 inline const Aws::String& GetRequestId() const { return m_requestId; }
178 template<typename RequestIdT = Aws::String>
179 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
180 template<typename RequestIdT = Aws::String>
181 GetEnvironmentProfileResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
183 private:
184
185 Aws::String m_awsAccountId;
186 bool m_awsAccountIdHasBeenSet = false;
187
188 Aws::String m_awsAccountRegion;
189 bool m_awsAccountRegionHasBeenSet = false;
190
191 Aws::Utils::DateTime m_createdAt{};
192 bool m_createdAtHasBeenSet = false;
193
194 Aws::String m_createdBy;
195 bool m_createdByHasBeenSet = false;
196
197 Aws::String m_description;
198 bool m_descriptionHasBeenSet = false;
199
200 Aws::String m_domainId;
201 bool m_domainIdHasBeenSet = false;
202
203 Aws::String m_environmentBlueprintId;
204 bool m_environmentBlueprintIdHasBeenSet = false;
205
206 Aws::String m_id;
207 bool m_idHasBeenSet = false;
208
209 Aws::String m_name;
210 bool m_nameHasBeenSet = false;
211
212 Aws::String m_projectId;
213 bool m_projectIdHasBeenSet = false;
214
215 Aws::Utils::DateTime m_updatedAt{};
216 bool m_updatedAtHasBeenSet = false;
217
218 Aws::Vector<CustomParameter> m_userParameters;
219 bool m_userParametersHasBeenSet = false;
220
221 Aws::String m_requestId;
222 bool m_requestIdHasBeenSet = false;
223 };
224
225} // namespace Model
226} // namespace DataZone
227} // namespace Aws
const Aws::Vector< CustomParameter > & GetUserParameters() const
GetEnvironmentProfileResult & WithDescription(DescriptionT &&value)
GetEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
AWS_DATAZONE_API GetEnvironmentProfileResult()=default
GetEnvironmentProfileResult & WithId(IdT &&value)
GetEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
AWS_DATAZONE_API GetEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
GetEnvironmentProfileResult & WithUserParameters(UserParametersT &&value)
GetEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
GetEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
GetEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
GetEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
GetEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
GetEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
GetEnvironmentProfileResult & WithName(NameT &&value)
GetEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue