AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
RStudioServerProDomainSettings.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ResourceSpec.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 SageMaker
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SAGEMAKER_API RStudioServerProDomainSettings() = default;
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetDomainExecutionRoleArn() const { return m_domainExecutionRoleArn; }
48 inline bool DomainExecutionRoleArnHasBeenSet() const { return m_domainExecutionRoleArnHasBeenSet; }
49 template<typename DomainExecutionRoleArnT = Aws::String>
50 void SetDomainExecutionRoleArn(DomainExecutionRoleArnT&& value) { m_domainExecutionRoleArnHasBeenSet = true; m_domainExecutionRoleArn = std::forward<DomainExecutionRoleArnT>(value); }
51 template<typename DomainExecutionRoleArnT = Aws::String>
52 RStudioServerProDomainSettings& WithDomainExecutionRoleArn(DomainExecutionRoleArnT&& value) { SetDomainExecutionRoleArn(std::forward<DomainExecutionRoleArnT>(value)); return *this;}
54
56
59 inline const Aws::String& GetRStudioConnectUrl() const { return m_rStudioConnectUrl; }
60 inline bool RStudioConnectUrlHasBeenSet() const { return m_rStudioConnectUrlHasBeenSet; }
61 template<typename RStudioConnectUrlT = Aws::String>
62 void SetRStudioConnectUrl(RStudioConnectUrlT&& value) { m_rStudioConnectUrlHasBeenSet = true; m_rStudioConnectUrl = std::forward<RStudioConnectUrlT>(value); }
63 template<typename RStudioConnectUrlT = Aws::String>
64 RStudioServerProDomainSettings& WithRStudioConnectUrl(RStudioConnectUrlT&& value) { SetRStudioConnectUrl(std::forward<RStudioConnectUrlT>(value)); return *this;}
66
68
71 inline const Aws::String& GetRStudioPackageManagerUrl() const { return m_rStudioPackageManagerUrl; }
72 inline bool RStudioPackageManagerUrlHasBeenSet() const { return m_rStudioPackageManagerUrlHasBeenSet; }
73 template<typename RStudioPackageManagerUrlT = Aws::String>
74 void SetRStudioPackageManagerUrl(RStudioPackageManagerUrlT&& value) { m_rStudioPackageManagerUrlHasBeenSet = true; m_rStudioPackageManagerUrl = std::forward<RStudioPackageManagerUrlT>(value); }
75 template<typename RStudioPackageManagerUrlT = Aws::String>
76 RStudioServerProDomainSettings& WithRStudioPackageManagerUrl(RStudioPackageManagerUrlT&& value) { SetRStudioPackageManagerUrl(std::forward<RStudioPackageManagerUrlT>(value)); return *this;}
78
80
81 inline const ResourceSpec& GetDefaultResourceSpec() const { return m_defaultResourceSpec; }
82 inline bool DefaultResourceSpecHasBeenSet() const { return m_defaultResourceSpecHasBeenSet; }
83 template<typename DefaultResourceSpecT = ResourceSpec>
84 void SetDefaultResourceSpec(DefaultResourceSpecT&& value) { m_defaultResourceSpecHasBeenSet = true; m_defaultResourceSpec = std::forward<DefaultResourceSpecT>(value); }
85 template<typename DefaultResourceSpecT = ResourceSpec>
86 RStudioServerProDomainSettings& WithDefaultResourceSpec(DefaultResourceSpecT&& value) { SetDefaultResourceSpec(std::forward<DefaultResourceSpecT>(value)); return *this;}
88 private:
89
90 Aws::String m_domainExecutionRoleArn;
91 bool m_domainExecutionRoleArnHasBeenSet = false;
92
93 Aws::String m_rStudioConnectUrl;
94 bool m_rStudioConnectUrlHasBeenSet = false;
95
96 Aws::String m_rStudioPackageManagerUrl;
97 bool m_rStudioPackageManagerUrlHasBeenSet = false;
98
99 ResourceSpec m_defaultResourceSpec;
100 bool m_defaultResourceSpecHasBeenSet = false;
101 };
102
103} // namespace Model
104} // namespace SageMaker
105} // namespace Aws
RStudioServerProDomainSettings & WithRStudioPackageManagerUrl(RStudioPackageManagerUrlT &&value)
AWS_SAGEMAKER_API RStudioServerProDomainSettings()=default
AWS_SAGEMAKER_API RStudioServerProDomainSettings(Aws::Utils::Json::JsonView jsonValue)
RStudioServerProDomainSettings & WithDomainExecutionRoleArn(DomainExecutionRoleArnT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
RStudioServerProDomainSettings & WithRStudioConnectUrl(RStudioConnectUrlT &&value)
void SetRStudioPackageManagerUrl(RStudioPackageManagerUrlT &&value)
RStudioServerProDomainSettings & WithDefaultResourceSpec(DefaultResourceSpecT &&value)
AWS_SAGEMAKER_API RStudioServerProDomainSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue