AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ModelDashboardIndicatorAction.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SageMaker {
17namespace Model {
18
27 public:
28 AWS_SAGEMAKER_API ModelDashboardIndicatorAction() = default;
31 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
37 inline bool GetEnabled() const { return m_enabled; }
38 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
39 inline void SetEnabled(bool value) {
40 m_enabledHasBeenSet = true;
41 m_enabled = value;
42 }
44 SetEnabled(value);
45 return *this;
46 }
48 private:
49 bool m_enabled{false};
50 bool m_enabledHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace SageMaker
55} // namespace Aws
AWS_SAGEMAKER_API ModelDashboardIndicatorAction()=default
ModelDashboardIndicatorAction & WithEnabled(bool value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ModelDashboardIndicatorAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ModelDashboardIndicatorAction(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue