AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
HumanLoopActivationConditionsConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.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
32 public:
33 AWS_SAGEMAKER_API HumanLoopActivationConditionsConfig() = default;
36 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
48 inline const Aws::String& GetHumanLoopActivationConditions() const { return m_humanLoopActivationConditions; }
49 inline bool HumanLoopActivationConditionsHasBeenSet() const { return m_humanLoopActivationConditionsHasBeenSet; }
50 template <typename HumanLoopActivationConditionsT = Aws::String>
51 void SetHumanLoopActivationConditions(HumanLoopActivationConditionsT&& value) {
52 m_humanLoopActivationConditionsHasBeenSet = true;
53 m_humanLoopActivationConditions = std::forward<HumanLoopActivationConditionsT>(value);
54 }
55 template <typename HumanLoopActivationConditionsT = Aws::String>
57 SetHumanLoopActivationConditions(std::forward<HumanLoopActivationConditionsT>(value));
58 return *this;
59 }
61 private:
62 Aws::String m_humanLoopActivationConditions;
63 bool m_humanLoopActivationConditionsHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace SageMaker
68} // 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