AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
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 template<typename PropertyNameQueryT = PropertyNameQuery>
51 void SetPropertyNameQuery(PropertyNameQueryT&& value) { m_propertyNameQueryHasBeenSet = true; m_propertyNameQuery = std::forward<PropertyNameQueryT>(value); }
52 template<typename PropertyNameQueryT = PropertyNameQuery>
53 SuggestionQuery& WithPropertyNameQuery(PropertyNameQueryT&& value) { SetPropertyNameQuery(std::forward<PropertyNameQueryT>(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
AWS_SAGEMAKER_API SuggestionQuery()=default
AWS_SAGEMAKER_API SuggestionQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyNameQuery(PropertyNameQueryT &&value)
const PropertyNameQuery & GetPropertyNameQuery() const
AWS_SAGEMAKER_API SuggestionQuery(Aws::Utils::Json::JsonView jsonValue)
SuggestionQuery & WithPropertyNameQuery(PropertyNameQueryT &&value)
Aws::Utils::Json::JsonValue JsonValue