7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/codecatalyst/CodeCatalystRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/codecatalyst/model/InstanceType.h>
12#include <aws/codecatalyst/model/PersistentStorageConfiguration.h>
13#include <aws/codecatalyst/model/RepositoryInput.h>
14#include <aws/codecatalyst/model/IdeConfiguration.h>
46 template<
typename SpaceNameT = Aws::String>
47 void SetSpaceName(SpaceNameT&& value) { m_spaceNameHasBeenSet =
true; m_spaceName = std::forward<SpaceNameT>(value); }
48 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>
71 template<
typename RepositoriesT = Aws::Vector<RepositoryInput>>
72 void SetRepositories(RepositoriesT&& value) { m_repositoriesHasBeenSet =
true; m_repositories = std::forward<RepositoriesT>(value); }
73 template<
typename RepositoriesT = Aws::Vector<RepositoryInput>>
75 template<
typename RepositoriesT = RepositoryInput>
88 template<
typename ClientTokenT = Aws::String>
89 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
90 template<
typename ClientTokenT = Aws::String>
100 template<
typename AliasT = Aws::String>
101 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
102 template<
typename AliasT = Aws::String>
115 template<
typename IdesT = Aws::Vector<IdeConfiguration>>
116 void SetIdes(IdesT&& value) { m_idesHasBeenSet =
true; m_ides = std::forward<IdesT>(value); }
117 template<
typename IdesT = Aws::Vector<IdeConfiguration>>
119 template<
typename IdesT = IdeConfiguration>
156 template<
typename PersistentStorageT = PersistentStorageConfiguration>
157 void SetPersistentStorage(PersistentStorageT&& value) { m_persistentStorageHasBeenSet =
true; m_persistentStorage = std::forward<PersistentStorageT>(value); }
158 template<
typename PersistentStorageT = PersistentStorageConfiguration>
169 template<
typename VpcConnectionNameT = Aws::String>
170 void SetVpcConnectionName(VpcConnectionNameT&& value) { m_vpcConnectionNameHasBeenSet =
true; m_vpcConnectionName = std::forward<VpcConnectionNameT>(value); }
171 template<
typename VpcConnectionNameT = Aws::String>
177 bool m_spaceNameHasBeenSet =
false;
180 bool m_projectNameHasBeenSet =
false;
183 bool m_repositoriesHasBeenSet =
false;
186 bool m_clientTokenHasBeenSet =
false;
189 bool m_aliasHasBeenSet =
false;
192 bool m_idesHasBeenSet =
false;
195 bool m_instanceTypeHasBeenSet =
false;
197 int m_inactivityTimeoutMinutes{0};
198 bool m_inactivityTimeoutMinutesHasBeenSet =
false;
200 PersistentStorageConfiguration m_persistentStorage;
201 bool m_persistentStorageHasBeenSet =
false;
204 bool m_vpcConnectionNameHasBeenSet =
false;
void SetPersistentStorage(PersistentStorageT &&value)
bool RepositoriesHasBeenSet() const
CreateDevEnvironmentRequest & WithAlias(AliasT &&value)
bool ProjectNameHasBeenSet() const
const PersistentStorageConfiguration & GetPersistentStorage() const
bool IdesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool InactivityTimeoutMinutesHasBeenSet() const
void SetSpaceName(SpaceNameT &&value)
void SetProjectName(ProjectNameT &&value)
void SetInactivityTimeoutMinutes(int value)
void SetClientToken(ClientTokenT &&value)
bool AliasHasBeenSet() const
int GetInactivityTimeoutMinutes() const
void SetVpcConnectionName(VpcConnectionNameT &&value)
CreateDevEnvironmentRequest & WithVpcConnectionName(VpcConnectionNameT &&value)
void SetRepositories(RepositoriesT &&value)
const Aws::String & GetProjectName() const
CreateDevEnvironmentRequest & WithSpaceName(SpaceNameT &&value)
bool VpcConnectionNameHasBeenSet() const
bool ClientTokenHasBeenSet() const
CreateDevEnvironmentRequest & WithRepositories(RepositoriesT &&value)
const Aws::String & GetSpaceName() const
CreateDevEnvironmentRequest & WithInactivityTimeoutMinutes(int value)
bool SpaceNameHasBeenSet() const
CreateDevEnvironmentRequest & AddIdes(IdesT &&value)
bool PersistentStorageHasBeenSet() const
CreateDevEnvironmentRequest & WithClientToken(ClientTokenT &&value)
CreateDevEnvironmentRequest & AddRepositories(RepositoriesT &&value)
void SetInstanceType(InstanceType value)
bool InstanceTypeHasBeenSet() const
const Aws::String & GetVpcConnectionName() const
CreateDevEnvironmentRequest & WithInstanceType(InstanceType value)
AWS_CODECATALYST_API CreateDevEnvironmentRequest()=default
void SetAlias(AliasT &&value)
AWS_CODECATALYST_API Aws::String SerializePayload() const override
const Aws::Vector< RepositoryInput > & GetRepositories() const
InstanceType GetInstanceType() const
CreateDevEnvironmentRequest & WithPersistentStorage(PersistentStorageT &&value)
void SetIdes(IdesT &&value)
const Aws::String & GetAlias() const
CreateDevEnvironmentRequest & WithIdes(IdesT &&value)
const Aws::Vector< IdeConfiguration > & GetIdes() const
CreateDevEnvironmentRequest & WithProjectName(ProjectNameT &&value)
const Aws::String & GetClientToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector