AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PredictionConfiguration.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/BusinessNameGenerationConfiguration.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 DataZone
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_DATAZONE_API PredictionConfiguration();
37 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const BusinessNameGenerationConfiguration& GetBusinessNameGeneration() const{ return m_businessNameGeneration; }
45 inline bool BusinessNameGenerationHasBeenSet() const { return m_businessNameGenerationHasBeenSet; }
46 inline void SetBusinessNameGeneration(const BusinessNameGenerationConfiguration& value) { m_businessNameGenerationHasBeenSet = true; m_businessNameGeneration = value; }
47 inline void SetBusinessNameGeneration(BusinessNameGenerationConfiguration&& value) { m_businessNameGenerationHasBeenSet = true; m_businessNameGeneration = std::move(value); }
51 private:
52
53 BusinessNameGenerationConfiguration m_businessNameGeneration;
54 bool m_businessNameGenerationHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace DataZone
59} // namespace Aws
void SetBusinessNameGeneration(BusinessNameGenerationConfiguration &&value)
const BusinessNameGenerationConfiguration & GetBusinessNameGeneration() const
void SetBusinessNameGeneration(const BusinessNameGenerationConfiguration &value)
AWS_DATAZONE_API PredictionConfiguration(Aws::Utils::Json::JsonView jsonValue)
PredictionConfiguration & WithBusinessNameGeneration(BusinessNameGenerationConfiguration &&value)
PredictionConfiguration & WithBusinessNameGeneration(const BusinessNameGenerationConfiguration &value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API PredictionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue