AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SpaceSettingsSummary.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/AppType.h>
9#include <aws/sagemaker/model/FeatureStatus.h>
10#include <aws/sagemaker/model/SpaceStorageSettings.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_SAGEMAKER_API SpaceSettingsSummary() = default;
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline AppType GetAppType() const { return m_appType; }
48 inline bool AppTypeHasBeenSet() const { return m_appTypeHasBeenSet; }
49 inline void SetAppType(AppType value) { m_appTypeHasBeenSet = true; m_appType = value; }
50 inline SpaceSettingsSummary& WithAppType(AppType value) { SetAppType(value); return *this;}
52
54
58 inline FeatureStatus GetRemoteAccess() const { return m_remoteAccess; }
59 inline bool RemoteAccessHasBeenSet() const { return m_remoteAccessHasBeenSet; }
60 inline void SetRemoteAccess(FeatureStatus value) { m_remoteAccessHasBeenSet = true; m_remoteAccess = value; }
63
65
68 inline const SpaceStorageSettings& GetSpaceStorageSettings() const { return m_spaceStorageSettings; }
69 inline bool SpaceStorageSettingsHasBeenSet() const { return m_spaceStorageSettingsHasBeenSet; }
70 template<typename SpaceStorageSettingsT = SpaceStorageSettings>
71 void SetSpaceStorageSettings(SpaceStorageSettingsT&& value) { m_spaceStorageSettingsHasBeenSet = true; m_spaceStorageSettings = std::forward<SpaceStorageSettingsT>(value); }
72 template<typename SpaceStorageSettingsT = SpaceStorageSettings>
73 SpaceSettingsSummary& WithSpaceStorageSettings(SpaceStorageSettingsT&& value) { SetSpaceStorageSettings(std::forward<SpaceStorageSettingsT>(value)); return *this;}
75 private:
76
77 AppType m_appType{AppType::NOT_SET};
78 bool m_appTypeHasBeenSet = false;
79
81 bool m_remoteAccessHasBeenSet = false;
82
83 SpaceStorageSettings m_spaceStorageSettings;
84 bool m_spaceStorageSettingsHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace SageMaker
89} // namespace Aws
AWS_SAGEMAKER_API SpaceSettingsSummary()=default
AWS_SAGEMAKER_API SpaceSettingsSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SpaceSettingsSummary & WithAppType(AppType value)
AWS_SAGEMAKER_API SpaceSettingsSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SpaceSettingsSummary & WithSpaceStorageSettings(SpaceStorageSettingsT &&value)
void SetSpaceStorageSettings(SpaceStorageSettingsT &&value)
SpaceSettingsSummary & WithRemoteAccess(FeatureStatus value)
const SpaceStorageSettings & GetSpaceStorageSettings() const
Aws::Utils::Json::JsonValue JsonValue