AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AutoMLResult.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
35 {
36 public:
37 AWS_PERSONALIZE_API AutoMLResult();
38 AWS_PERSONALIZE_API AutoMLResult(Aws::Utils::Json::JsonView jsonValue);
39 AWS_PERSONALIZE_API AutoMLResult& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetBestRecipeArn() const{ return m_bestRecipeArn; }
48 inline bool BestRecipeArnHasBeenSet() const { return m_bestRecipeArnHasBeenSet; }
49 inline void SetBestRecipeArn(const Aws::String& value) { m_bestRecipeArnHasBeenSet = true; m_bestRecipeArn = value; }
50 inline void SetBestRecipeArn(Aws::String&& value) { m_bestRecipeArnHasBeenSet = true; m_bestRecipeArn = std::move(value); }
51 inline void SetBestRecipeArn(const char* value) { m_bestRecipeArnHasBeenSet = true; m_bestRecipeArn.assign(value); }
52 inline AutoMLResult& WithBestRecipeArn(const Aws::String& value) { SetBestRecipeArn(value); return *this;}
53 inline AutoMLResult& WithBestRecipeArn(Aws::String&& value) { SetBestRecipeArn(std::move(value)); return *this;}
54 inline AutoMLResult& WithBestRecipeArn(const char* value) { SetBestRecipeArn(value); return *this;}
56 private:
57
58 Aws::String m_bestRecipeArn;
59 bool m_bestRecipeArnHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace Personalize
64} // namespace Aws
void SetBestRecipeArn(const Aws::String &value)
AutoMLResult & WithBestRecipeArn(const char *value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBestRecipeArn() const
AWS_PERSONALIZE_API AutoMLResult(Aws::Utils::Json::JsonView jsonValue)
void SetBestRecipeArn(const char *value)
AWS_PERSONALIZE_API AutoMLResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AutoMLResult & WithBestRecipeArn(Aws::String &&value)
void SetBestRecipeArn(Aws::String &&value)
AWS_PERSONALIZE_API AutoMLResult()
AutoMLResult & WithBestRecipeArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue