AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AutoTrainingConfig.h
1
6#pragma once
7#include <aws/personalize/Personalize_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 Personalize
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_PERSONALIZE_API AutoTrainingConfig();
36 AWS_PERSONALIZE_API AutoTrainingConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
52 inline const Aws::String& GetSchedulingExpression() const{ return m_schedulingExpression; }
53 inline bool SchedulingExpressionHasBeenSet() const { return m_schedulingExpressionHasBeenSet; }
54 inline void SetSchedulingExpression(const Aws::String& value) { m_schedulingExpressionHasBeenSet = true; m_schedulingExpression = value; }
55 inline void SetSchedulingExpression(Aws::String&& value) { m_schedulingExpressionHasBeenSet = true; m_schedulingExpression = std::move(value); }
56 inline void SetSchedulingExpression(const char* value) { m_schedulingExpressionHasBeenSet = true; m_schedulingExpression.assign(value); }
58 inline AutoTrainingConfig& WithSchedulingExpression(Aws::String&& value) { SetSchedulingExpression(std::move(value)); return *this;}
59 inline AutoTrainingConfig& WithSchedulingExpression(const char* value) { SetSchedulingExpression(value); return *this;}
61 private:
62
63 Aws::String m_schedulingExpression;
64 bool m_schedulingExpressionHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Personalize
69} // namespace Aws
AutoTrainingConfig & WithSchedulingExpression(const char *value)
AutoTrainingConfig & WithSchedulingExpression(const Aws::String &value)
AutoTrainingConfig & WithSchedulingExpression(Aws::String &&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(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue