7#include <aws/codecatalyst/CodeCatalystRequest.h>
8#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
9#include <aws/codecatalyst/model/DevEnvironmentSessionConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeCatalyst {
38 template <
typename SpaceNameT = Aws::String>
40 m_spaceNameHasBeenSet =
true;
41 m_spaceName = std::forward<SpaceNameT>(value);
43 template <
typename SpaceNameT = Aws::String>
56 template <
typename ProjectNameT = Aws::String>
58 m_projectNameHasBeenSet =
true;
59 m_projectName = std::forward<ProjectNameT>(value);
61 template <
typename ProjectNameT = Aws::String>
74 template <
typename IdT = Aws::String>
76 m_idHasBeenSet =
true;
77 m_id = std::forward<IdT>(value);
79 template <
typename IdT = Aws::String>
81 SetId(std::forward<IdT>(value));
90 template <
typename SessionConfigurationT = DevEnvironmentSessionConfiguration>
92 m_sessionConfigurationHasBeenSet =
true;
93 m_sessionConfiguration = std::forward<SessionConfigurationT>(value);
95 template <
typename SessionConfigurationT = DevEnvironmentSessionConfiguration>
109 bool m_spaceNameHasBeenSet =
false;
110 bool m_projectNameHasBeenSet =
false;
111 bool m_idHasBeenSet =
false;
112 bool m_sessionConfigurationHasBeenSet =
false;
AWS_CODECATALYST_API StartDevEnvironmentSessionRequest()=default
const DevEnvironmentSessionConfiguration & GetSessionConfiguration() const
bool SessionConfigurationHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
StartDevEnvironmentSessionRequest & WithProjectName(ProjectNameT &&value)
bool ProjectNameHasBeenSet() const
StartDevEnvironmentSessionRequest & WithSpaceName(SpaceNameT &&value)
void SetSpaceName(SpaceNameT &&value)
const Aws::String & GetSpaceName() const
void SetSessionConfiguration(SessionConfigurationT &&value)
AWS_CODECATALYST_API Aws::String SerializePayload() const override
bool IdHasBeenSet() const
bool SpaceNameHasBeenSet() const
StartDevEnvironmentSessionRequest & WithSessionConfiguration(SessionConfigurationT &&value)
StartDevEnvironmentSessionRequest & WithId(IdT &&value)
const Aws::String & GetId() const
const Aws::String & GetProjectName() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String