7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MachineLearning
43 template<
typename MLModelIdT = Aws::String>
44 void SetMLModelId(MLModelIdT&& value) { m_mLModelIdHasBeenSet =
true; m_mLModelId = std::forward<MLModelIdT>(value); }
45 template<
typename MLModelIdT = Aws::String>
55 template<
typename MLModelNameT = Aws::String>
56 void SetMLModelName(MLModelNameT&& value) { m_mLModelNameHasBeenSet =
true; m_mLModelName = std::forward<MLModelNameT>(value); }
57 template<
typename MLModelNameT = Aws::String>
73 inline void SetScoreThreshold(
double value) { m_scoreThresholdHasBeenSet =
true; m_scoreThreshold = value; }
79 bool m_mLModelIdHasBeenSet =
false;
82 bool m_mLModelNameHasBeenSet =
false;
84 double m_scoreThreshold{0.0};
85 bool m_scoreThresholdHasBeenSet =
false;
UpdateMLModelRequest & WithScoreThreshold(double value)
const Aws::String & GetMLModelId() const
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
double GetScoreThreshold() const
void SetMLModelName(MLModelNameT &&value)
bool ScoreThresholdHasBeenSet() const
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
const Aws::String & GetMLModelName() const
bool MLModelIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMLModelId(MLModelIdT &&value)
void SetScoreThreshold(double value)
AWS_MACHINELEARNING_API UpdateMLModelRequest()=default
UpdateMLModelRequest & WithMLModelId(MLModelIdT &&value)
UpdateMLModelRequest & WithMLModelName(MLModelNameT &&value)
bool MLModelNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String