AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetDomainExecutionRoleArn(const Aws::String& value) { m_domainExecutionRoleArnHasBeenSet = true; m_domainExecutionRoleArn = value; }
50 inline void SetDomainExecutionRoleArn(Aws::String&& value) { m_domainExecutionRoleArnHasBeenSet = true; m_domainExecutionRoleArn = std::move(value); }
51 inline void SetDomainExecutionRoleArn(const char* value) { m_domainExecutionRoleArnHasBeenSet = true; m_domainExecutionRoleArn.assign(value); }
56
58
61 inline const Aws::String& GetRStudioConnectUrl() const{ return m_rStudioConnectUrl; }
62 inline bool RStudioConnectUrlHasBeenSet() const { return m_rStudioConnectUrlHasBeenSet; }
63 inline void SetRStudioConnectUrl(const Aws::String& value) { m_rStudioConnectUrlHasBeenSet = true; m_rStudioConnectUrl = value; }
64 inline void SetRStudioConnectUrl(Aws::String&& value) { m_rStudioConnectUrlHasBeenSet = true; m_rStudioConnectUrl = std::move(value); }
65 inline void SetRStudioConnectUrl(const char* value) { m_rStudioConnectUrlHasBeenSet = true; m_rStudioConnectUrl.assign(value); }
67 inline RStudioServerProDomainSettings& WithRStudioConnectUrl(Aws::String&& value) { SetRStudioConnectUrl(std::move(value)); return *this;}
68 inline RStudioServerProDomainSettings& WithRStudioConnectUrl(const char* value) { SetRStudioConnectUrl(value); return *this;}
70
72
75 inline const Aws::String& GetRStudioPackageManagerUrl() const{ return m_rStudioPackageManagerUrl; }
76 inline bool RStudioPackageManagerUrlHasBeenSet() const { return m_rStudioPackageManagerUrlHasBeenSet; }
77 inline void SetRStudioPackageManagerUrl(const Aws::String& value) { m_rStudioPackageManagerUrlHasBeenSet = true; m_rStudioPackageManagerUrl = value; }
78 inline void SetRStudioPackageManagerUrl(Aws::String&& value) { m_rStudioPackageManagerUrlHasBeenSet = true; m_rStudioPackageManagerUrl = std::move(value); }
79 inline void SetRStudioPackageManagerUrl(const char* value) { m_rStudioPackageManagerUrlHasBeenSet = true; m_rStudioPackageManagerUrl.assign(value); }
84
86
87 inline const ResourceSpec& GetDefaultResourceSpec() const{ return m_defaultResourceSpec; }
88 inline bool DefaultResourceSpecHasBeenSet() const { return m_defaultResourceSpecHasBeenSet; }
89 inline void SetDefaultResourceSpec(const ResourceSpec& value) { m_defaultResourceSpecHasBeenSet = true; m_defaultResourceSpec = value; }
90 inline void SetDefaultResourceSpec(ResourceSpec&& value) { m_defaultResourceSpecHasBeenSet = true; m_defaultResourceSpec = std::move(value); }
94 private:
95
96 Aws::String m_domainExecutionRoleArn;
97 bool m_domainExecutionRoleArnHasBeenSet = false;
98
99 Aws::String m_rStudioConnectUrl;
100 bool m_rStudioConnectUrlHasBeenSet = false;
101
102 Aws::String m_rStudioPackageManagerUrl;
103 bool m_rStudioPackageManagerUrlHasBeenSet = false;
104
105 ResourceSpec m_defaultResourceSpec;
106 bool m_defaultResourceSpecHasBeenSet = false;
107 };
108
109} // namespace Model
110} // namespace SageMaker
111} // namespace Aws
RStudioServerProDomainSettings & WithDomainExecutionRoleArn(const char *value)
RStudioServerProDomainSettings & WithRStudioConnectUrl(const Aws::String &value)
AWS_SAGEMAKER_API RStudioServerProDomainSettings(Aws::Utils::Json::JsonView jsonValue)
RStudioServerProDomainSettings & WithRStudioPackageManagerUrl(const char *value)
RStudioServerProDomainSettings & WithDomainExecutionRoleArn(Aws::String &&value)
RStudioServerProDomainSettings & WithRStudioPackageManagerUrl(const Aws::String &value)
RStudioServerProDomainSettings & WithRStudioConnectUrl(Aws::String &&value)
RStudioServerProDomainSettings & WithDomainExecutionRoleArn(const Aws::String &value)
RStudioServerProDomainSettings & WithRStudioConnectUrl(const char *value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
RStudioServerProDomainSettings & WithRStudioPackageManagerUrl(Aws::String &&value)
RStudioServerProDomainSettings & WithDefaultResourceSpec(ResourceSpec &&value)
RStudioServerProDomainSettings & WithDefaultResourceSpec(const ResourceSpec &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