7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MachineLearning
45 inline void SetMLModelId(
const char* value) { m_mLModelIdHasBeenSet =
true; m_mLModelId.assign(value); }
59 inline void SetMLModelName(
const char* value) { m_mLModelNameHasBeenSet =
true; m_mLModelName.assign(value); }
77 inline void SetScoreThreshold(
double value) { m_scoreThresholdHasBeenSet =
true; m_scoreThreshold = value; }
83 bool m_mLModelIdHasBeenSet =
false;
86 bool m_mLModelNameHasBeenSet =
false;
88 double m_scoreThreshold;
89 bool m_scoreThresholdHasBeenSet =
false;
UpdateMLModelRequest & WithScoreThreshold(double value)
const Aws::String & GetMLModelId() const
AWS_MACHINELEARNING_API UpdateMLModelRequest()
UpdateMLModelRequest & WithMLModelId(const char *value)
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateMLModelRequest & WithMLModelName(const Aws::String &value)
double GetScoreThreshold() const
UpdateMLModelRequest & WithMLModelName(Aws::String &&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(const Aws::String &value)
void SetScoreThreshold(double value)
void SetMLModelName(const Aws::String &value)
UpdateMLModelRequest & WithMLModelName(const char *value)
void SetMLModelName(Aws::String &&value)
void SetMLModelId(Aws::String &&value)
void SetMLModelName(const char *value)
UpdateMLModelRequest & WithMLModelId(Aws::String &&value)
bool MLModelNameHasBeenSet() const
void SetMLModelId(const char *value)
UpdateMLModelRequest & WithMLModelId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String