AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
HumanLoopActivationConditionsConfig.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SageMaker
22{
23namespace Model
24{
25
36 {
37 public:
38 AWS_SAGEMAKER_API HumanLoopActivationConditionsConfig() = default;
41 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
54 inline const Aws::String& GetHumanLoopActivationConditions() const { return m_humanLoopActivationConditions; }
55 inline bool HumanLoopActivationConditionsHasBeenSet() const { return m_humanLoopActivationConditionsHasBeenSet; }
56 template<typename HumanLoopActivationConditionsT = Aws::String>
57 void SetHumanLoopActivationConditions(HumanLoopActivationConditionsT&& value) { m_humanLoopActivationConditionsHasBeenSet = true; m_humanLoopActivationConditions = std::forward<HumanLoopActivationConditionsT>(value); }
58 template<typename HumanLoopActivationConditionsT = Aws::String>
59 HumanLoopActivationConditionsConfig& WithHumanLoopActivationConditions(HumanLoopActivationConditionsT&& value) { SetHumanLoopActivationConditions(std::forward<HumanLoopActivationConditionsT>(value)); return *this;}
61 private:
62
63 Aws::String m_humanLoopActivationConditions;
64 bool m_humanLoopActivationConditionsHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace SageMaker
69} // namespace Aws
AWS_SAGEMAKER_API HumanLoopActivationConditionsConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API HumanLoopActivationConditionsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
HumanLoopActivationConditionsConfig & WithHumanLoopActivationConditions(HumanLoopActivationConditionsT &&value)
void SetHumanLoopActivationConditions(HumanLoopActivationConditionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue