AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SuggestionQuery.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/PropertyNameQuery.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 SageMaker
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_SAGEMAKER_API SuggestionQuery();
38 AWS_SAGEMAKER_API SuggestionQuery(Aws::Utils::Json::JsonView jsonValue);
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const PropertyNameQuery& GetPropertyNameQuery() const{ return m_propertyNameQuery; }
49 inline bool PropertyNameQueryHasBeenSet() const { return m_propertyNameQueryHasBeenSet; }
50 inline void SetPropertyNameQuery(const PropertyNameQuery& value) { m_propertyNameQueryHasBeenSet = true; m_propertyNameQuery = value; }
51 inline void SetPropertyNameQuery(PropertyNameQuery&& value) { m_propertyNameQueryHasBeenSet = true; m_propertyNameQuery = std::move(value); }
52 inline SuggestionQuery& WithPropertyNameQuery(const PropertyNameQuery& value) { SetPropertyNameQuery(value); return *this;}
53 inline SuggestionQuery& WithPropertyNameQuery(PropertyNameQuery&& value) { SetPropertyNameQuery(std::move(value)); return *this;}
55 private:
56
57 PropertyNameQuery m_propertyNameQuery;
58 bool m_propertyNameQueryHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace SageMaker
63} // namespace Aws
void SetPropertyNameQuery(const PropertyNameQuery &value)
AWS_SAGEMAKER_API SuggestionQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SuggestionQuery & WithPropertyNameQuery(PropertyNameQuery &&value)
const PropertyNameQuery & GetPropertyNameQuery() const
AWS_SAGEMAKER_API SuggestionQuery(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyNameQuery(PropertyNameQuery &&value)
SuggestionQuery & WithPropertyNameQuery(const PropertyNameQuery &value)
Aws::Utils::Json::JsonValue JsonValue