AWS SDK for C++

AWS SDK for C++ Version 1.11.719

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
31 public:
32 AWS_SAGEMAKER_API SuggestionQuery() = default;
33 AWS_SAGEMAKER_API SuggestionQuery(Aws::Utils::Json::JsonView jsonValue);
35 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
42 inline const PropertyNameQuery& GetPropertyNameQuery() const { return m_propertyNameQuery; }
43 inline bool PropertyNameQueryHasBeenSet() const { return m_propertyNameQueryHasBeenSet; }
44 template <typename PropertyNameQueryT = PropertyNameQuery>
45 void SetPropertyNameQuery(PropertyNameQueryT&& value) {
46 m_propertyNameQueryHasBeenSet = true;
47 m_propertyNameQuery = std::forward<PropertyNameQueryT>(value);
48 }
49 template <typename PropertyNameQueryT = PropertyNameQuery>
50 SuggestionQuery& WithPropertyNameQuery(PropertyNameQueryT&& value) {
51 SetPropertyNameQuery(std::forward<PropertyNameQueryT>(value));
52 return *this;
53 }
55 private:
56 PropertyNameQuery m_propertyNameQuery;
57 bool m_propertyNameQueryHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace SageMaker
62} // 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