AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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/SpaceStorageSettings.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 SpaceSettingsSummary();
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const AppType& GetAppType() const{ return m_appType; }
47 inline bool AppTypeHasBeenSet() const { return m_appTypeHasBeenSet; }
48 inline void SetAppType(const AppType& value) { m_appTypeHasBeenSet = true; m_appType = value; }
49 inline void SetAppType(AppType&& value) { m_appTypeHasBeenSet = true; m_appType = std::move(value); }
50 inline SpaceSettingsSummary& WithAppType(const AppType& value) { SetAppType(value); return *this;}
51 inline SpaceSettingsSummary& WithAppType(AppType&& value) { SetAppType(std::move(value)); return *this;}
53
55
58 inline const SpaceStorageSettings& GetSpaceStorageSettings() const{ return m_spaceStorageSettings; }
59 inline bool SpaceStorageSettingsHasBeenSet() const { return m_spaceStorageSettingsHasBeenSet; }
60 inline void SetSpaceStorageSettings(const SpaceStorageSettings& value) { m_spaceStorageSettingsHasBeenSet = true; m_spaceStorageSettings = value; }
61 inline void SetSpaceStorageSettings(SpaceStorageSettings&& value) { m_spaceStorageSettingsHasBeenSet = true; m_spaceStorageSettings = std::move(value); }
65 private:
66
67 AppType m_appType;
68 bool m_appTypeHasBeenSet = false;
69
70 SpaceStorageSettings m_spaceStorageSettings;
71 bool m_spaceStorageSettingsHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace SageMaker
76} // namespace Aws
void SetSpaceStorageSettings(SpaceStorageSettings &&value)
SpaceSettingsSummary & WithSpaceStorageSettings(const SpaceStorageSettings &value)
AWS_SAGEMAKER_API SpaceSettingsSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSpaceStorageSettings(const SpaceStorageSettings &value)
AWS_SAGEMAKER_API SpaceSettingsSummary(Aws::Utils::Json::JsonView jsonValue)
SpaceSettingsSummary & WithAppType(const AppType &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SpaceSettingsSummary & WithSpaceStorageSettings(SpaceStorageSettings &&value)
SpaceSettingsSummary & WithAppType(AppType &&value)
const SpaceStorageSettings & GetSpaceStorageSettings() const
Aws::Utils::Json::JsonValue JsonValue