AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
RemoteDebugConfig.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
30 public:
31 AWS_SAGEMAKER_API RemoteDebugConfig() = default;
32 AWS_SAGEMAKER_API RemoteDebugConfig(Aws::Utils::Json::JsonView jsonValue);
34 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline bool GetEnableRemoteDebug() const { return m_enableRemoteDebug; }
41 inline bool EnableRemoteDebugHasBeenSet() const { return m_enableRemoteDebugHasBeenSet; }
42 inline void SetEnableRemoteDebug(bool value) {
43 m_enableRemoteDebugHasBeenSet = true;
44 m_enableRemoteDebug = value;
45 }
48 return *this;
49 }
51 private:
52 bool m_enableRemoteDebug{false};
53 bool m_enableRemoteDebugHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace SageMaker
58} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API RemoteDebugConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
RemoteDebugConfig & WithEnableRemoteDebug(bool value)
AWS_SAGEMAKER_API RemoteDebugConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API RemoteDebugConfig()=default
Aws::Utils::Json::JsonValue JsonValue