7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/codecatalyst/model/DevEnvironmentRepositorySummary.h>
9#include <aws/codecatalyst/model/DevEnvironmentStatus.h>
10#include <aws/codecatalyst/model/Ide.h>
11#include <aws/codecatalyst/model/InstanceType.h>
12#include <aws/codecatalyst/model/PersistentStorage.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace CodeCatalyst {
41 template <
typename SpaceNameT = Aws::String>
43 m_spaceNameHasBeenSet =
true;
44 m_spaceName = std::forward<SpaceNameT>(value);
46 template <
typename SpaceNameT = Aws::String>
58 template <
typename ProjectNameT = Aws::String>
60 m_projectNameHasBeenSet =
true;
61 m_projectName = std::forward<ProjectNameT>(value);
63 template <
typename ProjectNameT = Aws::String>
75 template <
typename IdT = Aws::String>
77 m_idHasBeenSet =
true;
78 m_id = std::forward<IdT>(value);
80 template <
typename IdT = Aws::String>
82 SetId(std::forward<IdT>(value));
94 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
96 m_lastUpdatedTimeHasBeenSet =
true;
97 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
99 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
112 template <
typename CreatorIdT = Aws::String>
114 m_creatorIdHasBeenSet =
true;
115 m_creatorId = std::forward<CreatorIdT>(value);
117 template <
typename CreatorIdT = Aws::String>
130 m_statusHasBeenSet =
true;
144 template <
typename StatusReasonT = Aws::String>
146 m_statusReasonHasBeenSet =
true;
147 m_statusReason = std::forward<StatusReasonT>(value);
149 template <
typename StatusReasonT = Aws::String>
162 template <
typename RepositoriesT = Aws::Vector<DevEnvironmentRepositorySummary>>
164 m_repositoriesHasBeenSet =
true;
165 m_repositories = std::forward<RepositoriesT>(value);
167 template <
typename RepositoriesT = Aws::Vector<DevEnvironmentRepositorySummary>>
172 template <
typename RepositoriesT = DevEnvironmentRepositorySummary>
174 m_repositoriesHasBeenSet =
true;
175 m_repositories.emplace_back(std::forward<RepositoriesT>(value));
185 template <
typename AliasT = Aws::String>
187 m_aliasHasBeenSet =
true;
188 m_alias = std::forward<AliasT>(value);
190 template <
typename AliasT = Aws::String>
192 SetAlias(std::forward<AliasT>(value));
203 template <
typename IdesT = Aws::Vector<Ide>>
205 m_idesHasBeenSet =
true;
206 m_ides = std::forward<IdesT>(value);
208 template <
typename IdesT = Aws::Vector<Ide>>
210 SetIdes(std::forward<IdesT>(value));
213 template <
typename IdesT = Ide>
215 m_idesHasBeenSet =
true;
216 m_ides.emplace_back(std::forward<IdesT>(value));
227 m_instanceTypeHasBeenSet =
true;
228 m_instanceType = value;
243 m_inactivityTimeoutMinutesHasBeenSet =
true;
244 m_inactivityTimeoutMinutes = value;
258 template <
typename PersistentStorageT = PersistentStorage>
260 m_persistentStorageHasBeenSet =
true;
261 m_persistentStorage = std::forward<PersistentStorageT>(value);
263 template <
typename PersistentStorageT = PersistentStorage>
276 template <
typename VpcConnectionNameT = Aws::String>
278 m_vpcConnectionNameHasBeenSet =
true;
279 m_vpcConnectionName = std::forward<VpcConnectionNameT>(value);
281 template <
typename VpcConnectionNameT = Aws::String>
291 template <
typename RequestIdT = Aws::String>
293 m_requestIdHasBeenSet =
true;
294 m_requestId = std::forward<RequestIdT>(value);
296 template <
typename RequestIdT = Aws::String>
304 bool m_spaceNameHasBeenSet =
false;
307 bool m_projectNameHasBeenSet =
false;
310 bool m_idHasBeenSet =
false;
313 bool m_lastUpdatedTimeHasBeenSet =
false;
316 bool m_creatorIdHasBeenSet =
false;
319 bool m_statusHasBeenSet =
false;
322 bool m_statusReasonHasBeenSet =
false;
325 bool m_repositoriesHasBeenSet =
false;
328 bool m_aliasHasBeenSet =
false;
331 bool m_idesHasBeenSet =
false;
334 bool m_instanceTypeHasBeenSet =
false;
336 int m_inactivityTimeoutMinutes{0};
337 bool m_inactivityTimeoutMinutesHasBeenSet =
false;
339 PersistentStorage m_persistentStorage;
340 bool m_persistentStorageHasBeenSet =
false;
343 bool m_vpcConnectionNameHasBeenSet =
false;
346 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
const Aws::String & GetStatusReason() const
void SetRequestId(RequestIdT &&value)
InstanceType GetInstanceType() const
GetDevEnvironmentResult & AddIdes(IdesT &&value)
void SetVpcConnectionName(VpcConnectionNameT &&value)
GetDevEnvironmentResult & WithAlias(AliasT &&value)
void SetProjectName(ProjectNameT &&value)
void SetStatus(DevEnvironmentStatus value)
GetDevEnvironmentResult & AddRepositories(RepositoriesT &&value)
GetDevEnvironmentResult & WithInstanceType(InstanceType value)
GetDevEnvironmentResult & WithVpcConnectionName(VpcConnectionNameT &&value)
AWS_CODECATALYST_API GetDevEnvironmentResult()=default
const PersistentStorage & GetPersistentStorage() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetAlias(AliasT &&value)
GetDevEnvironmentResult & WithStatusReason(StatusReasonT &&value)
const Aws::String & GetCreatorId() const
GetDevEnvironmentResult & WithStatus(DevEnvironmentStatus value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
DevEnvironmentStatus GetStatus() const
GetDevEnvironmentResult & WithInactivityTimeoutMinutes(int value)
void SetRepositories(RepositoriesT &&value)
GetDevEnvironmentResult & WithProjectName(ProjectNameT &&value)
GetDevEnvironmentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetProjectName() const
const Aws::String & GetSpaceName() const
const Aws::Vector< Ide > & GetIdes() const
GetDevEnvironmentResult & WithRepositories(RepositoriesT &&value)
GetDevEnvironmentResult & WithPersistentStorage(PersistentStorageT &&value)
GetDevEnvironmentResult & WithLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetAlias() const
GetDevEnvironmentResult & WithIdes(IdesT &&value)
GetDevEnvironmentResult & WithSpaceName(SpaceNameT &&value)
GetDevEnvironmentResult & WithId(IdT &&value)
void SetStatusReason(StatusReasonT &&value)
const Aws::Vector< DevEnvironmentRepositorySummary > & GetRepositories() const
void SetCreatorId(CreatorIdT &&value)
void SetSpaceName(SpaceNameT &&value)
void SetInactivityTimeoutMinutes(int value)
const Aws::String & GetVpcConnectionName() const
void SetInstanceType(InstanceType value)
AWS_CODECATALYST_API GetDevEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPersistentStorage(PersistentStorageT &&value)
void SetIdes(IdesT &&value)
const Aws::String & GetRequestId() const
GetDevEnvironmentResult & WithCreatorId(CreatorIdT &&value)
AWS_CODECATALYST_API GetDevEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetInactivityTimeoutMinutes() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue