AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
HumanLoopActivationConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/HumanLoopActivationConditionsConfig.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
30 public:
31 AWS_SAGEMAKER_API HumanLoopActivationConfig() = default;
34 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 return m_humanLoopActivationConditionsConfig;
43 }
44 inline bool HumanLoopActivationConditionsConfigHasBeenSet() const { return m_humanLoopActivationConditionsConfigHasBeenSet; }
45 template <typename HumanLoopActivationConditionsConfigT = HumanLoopActivationConditionsConfig>
46 void SetHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfigT&& value) {
47 m_humanLoopActivationConditionsConfigHasBeenSet = true;
48 m_humanLoopActivationConditionsConfig = std::forward<HumanLoopActivationConditionsConfigT>(value);
49 }
50 template <typename HumanLoopActivationConditionsConfigT = HumanLoopActivationConditionsConfig>
51 HumanLoopActivationConfig& WithHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfigT&& value) {
52 SetHumanLoopActivationConditionsConfig(std::forward<HumanLoopActivationConditionsConfigT>(value));
53 return *this;
54 }
56 private:
57 HumanLoopActivationConditionsConfig m_humanLoopActivationConditionsConfig;
58 bool m_humanLoopActivationConditionsConfigHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace SageMaker
63} // namespace Aws
AWS_SAGEMAKER_API HumanLoopActivationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfigT &&value)
AWS_SAGEMAKER_API HumanLoopActivationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const HumanLoopActivationConditionsConfig & GetHumanLoopActivationConditionsConfig() const
AWS_SAGEMAKER_API HumanLoopActivationConfig()=default
HumanLoopActivationConfig & WithHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue