AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
AutoTrainingConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize/Personalize_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Personalize {
20namespace Model {
21
29 public:
30 AWS_PERSONALIZE_API AutoTrainingConfig() = default;
31 AWS_PERSONALIZE_API AutoTrainingConfig(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
46 inline const Aws::String& GetSchedulingExpression() const { return m_schedulingExpression; }
47 inline bool SchedulingExpressionHasBeenSet() const { return m_schedulingExpressionHasBeenSet; }
48 template <typename SchedulingExpressionT = Aws::String>
49 void SetSchedulingExpression(SchedulingExpressionT&& value) {
50 m_schedulingExpressionHasBeenSet = true;
51 m_schedulingExpression = std::forward<SchedulingExpressionT>(value);
52 }
53 template <typename SchedulingExpressionT = Aws::String>
54 AutoTrainingConfig& WithSchedulingExpression(SchedulingExpressionT&& value) {
55 SetSchedulingExpression(std::forward<SchedulingExpressionT>(value));
56 return *this;
57 }
59 private:
60 Aws::String m_schedulingExpression;
61 bool m_schedulingExpressionHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace Personalize
66} // namespace Aws
AWS_PERSONALIZE_API AutoTrainingConfig()=default
AutoTrainingConfig & WithSchedulingExpression(SchedulingExpressionT &&value)
AWS_PERSONALIZE_API AutoTrainingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PERSONALIZE_API AutoTrainingConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSchedulingExpression() const
void SetSchedulingExpression(SchedulingExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue