AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DevEnvironmentSessionConfiguration.h
1
6#pragma once
7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/codecatalyst/model/DevEnvironmentSessionType.h>
9#include <aws/codecatalyst/model/ExecuteCommandSessionConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CodeCatalyst
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_CODECATALYST_API DevEnvironmentSessionConfiguration();
39 AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const DevEnvironmentSessionType& GetSessionType() const{ return m_sessionType; }
47 inline bool SessionTypeHasBeenSet() const { return m_sessionTypeHasBeenSet; }
48 inline void SetSessionType(const DevEnvironmentSessionType& value) { m_sessionTypeHasBeenSet = true; m_sessionType = value; }
49 inline void SetSessionType(DevEnvironmentSessionType&& value) { m_sessionTypeHasBeenSet = true; m_sessionType = std::move(value); }
53
55
59 inline const ExecuteCommandSessionConfiguration& GetExecuteCommandSessionConfiguration() const{ return m_executeCommandSessionConfiguration; }
60 inline bool ExecuteCommandSessionConfigurationHasBeenSet() const { return m_executeCommandSessionConfigurationHasBeenSet; }
61 inline void SetExecuteCommandSessionConfiguration(const ExecuteCommandSessionConfiguration& value) { m_executeCommandSessionConfigurationHasBeenSet = true; m_executeCommandSessionConfiguration = value; }
62 inline void SetExecuteCommandSessionConfiguration(ExecuteCommandSessionConfiguration&& value) { m_executeCommandSessionConfigurationHasBeenSet = true; m_executeCommandSessionConfiguration = std::move(value); }
66 private:
67
68 DevEnvironmentSessionType m_sessionType;
69 bool m_sessionTypeHasBeenSet = false;
70
71 ExecuteCommandSessionConfiguration m_executeCommandSessionConfiguration;
72 bool m_executeCommandSessionConfigurationHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace CodeCatalyst
77} // namespace Aws
AWS_CODECATALYST_API DevEnvironmentSessionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DevEnvironmentSessionConfiguration & WithSessionType(const DevEnvironmentSessionType &value)
const ExecuteCommandSessionConfiguration & GetExecuteCommandSessionConfiguration() const
void SetExecuteCommandSessionConfiguration(ExecuteCommandSessionConfiguration &&value)
void SetExecuteCommandSessionConfiguration(const ExecuteCommandSessionConfiguration &value)
DevEnvironmentSessionConfiguration & WithSessionType(DevEnvironmentSessionType &&value)
AWS_CODECATALYST_API DevEnvironmentSessionConfiguration(Aws::Utils::Json::JsonView jsonValue)
DevEnvironmentSessionConfiguration & WithExecuteCommandSessionConfiguration(ExecuteCommandSessionConfiguration &&value)
DevEnvironmentSessionConfiguration & WithExecuteCommandSessionConfiguration(const ExecuteCommandSessionConfiguration &value)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue