7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/codecatalyst/model/DevEnvironmentStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/codecatalyst/model/InstanceType.h>
13#include <aws/codecatalyst/model/PersistentStorage.h>
14#include <aws/codecatalyst/model/DevEnvironmentRepositorySummary.h>
15#include <aws/codecatalyst/model/Ide.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
47 template<
typename SpaceNameT = Aws::String>
48 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
49 template<
typename SpaceNameT = Aws::String>
58 template<
typename ProjectNameT = Aws::String>
59 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
60 template<
typename ProjectNameT = Aws::String>
69 template<
typename IdT = Aws::String>
70 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
71 template<
typename IdT = Aws::String>
82 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
83 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
84 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
94 template<
typename CreatorIdT = Aws::String>
95 void SetCreatorId(CreatorIdT&& value) { m_creatorIdHasBeenSet =
true; m_creatorId = std::forward<CreatorIdT>(value); }
96 template<
typename CreatorIdT = Aws::String>
114 template<
typename StatusReasonT = Aws::String>
115 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
116 template<
typename StatusReasonT = Aws::String>
126 template<
typename RepositoriesT = Aws::Vector<DevEnvironmentRepositorySummary>>
127 void SetRepositories(RepositoriesT&& value) { m_repositoriesHasBeenSet =
true; m_repositories = std::forward<RepositoriesT>(value); }
128 template<
typename RepositoriesT = Aws::Vector<DevEnvironmentRepositorySummary>>
130 template<
typename RepositoriesT = DevEnvironmentRepositorySummary>
139 template<
typename AliasT = Aws::String>
140 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
141 template<
typename AliasT = Aws::String>
151 template<
typename IdesT = Aws::Vector<Ide>>
152 void SetIdes(IdesT&& value) { m_idesHasBeenSet =
true; m_ides = std::forward<IdesT>(value); }
153 template<
typename IdesT = Aws::Vector<Ide>>
155 template<
typename IdesT = Ide>
184 template<
typename PersistentStorageT = PersistentStorage>
185 void SetPersistentStorage(PersistentStorageT&& value) { m_persistentStorageHasBeenSet =
true; m_persistentStorage = std::forward<PersistentStorageT>(value); }
186 template<
typename PersistentStorageT = PersistentStorage>
196 template<
typename VpcConnectionNameT = Aws::String>
197 void SetVpcConnectionName(VpcConnectionNameT&& value) { m_vpcConnectionNameHasBeenSet =
true; m_vpcConnectionName = std::forward<VpcConnectionNameT>(value); }
198 template<
typename VpcConnectionNameT = Aws::String>
205 template<
typename RequestIdT = Aws::String>
206 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
207 template<
typename RequestIdT = Aws::String>
213 bool m_spaceNameHasBeenSet =
false;
216 bool m_projectNameHasBeenSet =
false;
219 bool m_idHasBeenSet =
false;
222 bool m_lastUpdatedTimeHasBeenSet =
false;
225 bool m_creatorIdHasBeenSet =
false;
228 bool m_statusHasBeenSet =
false;
231 bool m_statusReasonHasBeenSet =
false;
234 bool m_repositoriesHasBeenSet =
false;
237 bool m_aliasHasBeenSet =
false;
240 bool m_idesHasBeenSet =
false;
243 bool m_instanceTypeHasBeenSet =
false;
245 int m_inactivityTimeoutMinutes{0};
246 bool m_inactivityTimeoutMinutesHasBeenSet =
false;
248 PersistentStorage m_persistentStorage;
249 bool m_persistentStorageHasBeenSet =
false;
252 bool m_vpcConnectionNameHasBeenSet =
false;
255 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