7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/PropertyNameSuggestion.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename PropertyNameSuggestionsT = Aws::Vector<PropertyNameSuggestion>>
39 m_propertyNameSuggestionsHasBeenSet =
true;
40 m_propertyNameSuggestions = std::forward<PropertyNameSuggestionsT>(value);
42 template <
typename PropertyNameSuggestionsT = Aws::Vector<PropertyNameSuggestion>>
47 template <
typename PropertyNameSuggestionsT = PropertyNameSuggestion>
49 m_propertyNameSuggestionsHasBeenSet =
true;
50 m_propertyNameSuggestions.emplace_back(std::forward<PropertyNameSuggestionsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
73 bool m_propertyNameSuggestionsHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
void SetPropertyNameSuggestions(PropertyNameSuggestionsT &&value)
AWS_SAGEMAKER_API GetSearchSuggestionsResult()=default
AWS_SAGEMAKER_API GetSearchSuggestionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API GetSearchSuggestionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSearchSuggestionsResult & WithPropertyNameSuggestions(PropertyNameSuggestionsT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< PropertyNameSuggestion > & GetPropertyNameSuggestions() const
GetSearchSuggestionsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
GetSearchSuggestionsResult & AddPropertyNameSuggestions(PropertyNameSuggestionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue