AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
InteractiveConfiguration.h
1
6#pragma once
7#include <aws/emr-serverless/EMRServerless_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EMRServerless
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_EMRSERVERLESS_API InteractiveConfiguration() = default;
34 AWS_EMRSERVERLESS_API InteractiveConfiguration(Aws::Utils::Json::JsonView jsonValue);
36 AWS_EMRSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline bool GetStudioEnabled() const { return m_studioEnabled; }
45 inline bool StudioEnabledHasBeenSet() const { return m_studioEnabledHasBeenSet; }
46 inline void SetStudioEnabled(bool value) { m_studioEnabledHasBeenSet = true; m_studioEnabled = value; }
47 inline InteractiveConfiguration& WithStudioEnabled(bool value) { SetStudioEnabled(value); return *this;}
49
51
55 inline bool GetLivyEndpointEnabled() const { return m_livyEndpointEnabled; }
56 inline bool LivyEndpointEnabledHasBeenSet() const { return m_livyEndpointEnabledHasBeenSet; }
57 inline void SetLivyEndpointEnabled(bool value) { m_livyEndpointEnabledHasBeenSet = true; m_livyEndpointEnabled = value; }
58 inline InteractiveConfiguration& WithLivyEndpointEnabled(bool value) { SetLivyEndpointEnabled(value); return *this;}
60 private:
61
62 bool m_studioEnabled{false};
63 bool m_studioEnabledHasBeenSet = false;
64
65 bool m_livyEndpointEnabled{false};
66 bool m_livyEndpointEnabledHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace EMRServerless
71} // namespace Aws
AWS_EMRSERVERLESS_API InteractiveConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EMRSERVERLESS_API InteractiveConfiguration()=default
InteractiveConfiguration & WithLivyEndpointEnabled(bool value)
AWS_EMRSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
InteractiveConfiguration & WithStudioEnabled(bool value)
AWS_EMRSERVERLESS_API InteractiveConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue