AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ThemeGenerationConfig.h
1
6#pragma once
7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/model/FieldsForThemeGeneration.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 ThemeGenerationConfig();
36 AWS_PERSONALIZE_API ThemeGenerationConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const FieldsForThemeGeneration& GetFieldsForThemeGeneration() const{ return m_fieldsForThemeGeneration; }
46 inline bool FieldsForThemeGenerationHasBeenSet() const { return m_fieldsForThemeGenerationHasBeenSet; }
47 inline void SetFieldsForThemeGeneration(const FieldsForThemeGeneration& value) { m_fieldsForThemeGenerationHasBeenSet = true; m_fieldsForThemeGeneration = value; }
48 inline void SetFieldsForThemeGeneration(FieldsForThemeGeneration&& value) { m_fieldsForThemeGenerationHasBeenSet = true; m_fieldsForThemeGeneration = std::move(value); }
52 private:
53
54 FieldsForThemeGeneration m_fieldsForThemeGeneration;
55 bool m_fieldsForThemeGenerationHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Personalize
60} // namespace Aws
ThemeGenerationConfig & WithFieldsForThemeGeneration(const FieldsForThemeGeneration &value)
AWS_PERSONALIZE_API ThemeGenerationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API ThemeGenerationConfig(Aws::Utils::Json::JsonView jsonValue)
const FieldsForThemeGeneration & GetFieldsForThemeGeneration() const
void SetFieldsForThemeGeneration(const FieldsForThemeGeneration &value)
void SetFieldsForThemeGeneration(FieldsForThemeGeneration &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
ThemeGenerationConfig & WithFieldsForThemeGeneration(FieldsForThemeGeneration &&value)
Aws::Utils::Json::JsonValue JsonValue