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>
57 inline void SetVerbose(
bool value) { m_verboseHasBeenSet =
true; m_verbose = value; }
63 bool m_mLModelIdHasBeenSet =
false;
65 bool m_verbose{
false};
66 bool m_verboseHasBeenSet =
false;
GetMLModelRequest & WithVerbose(bool value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMLModelId(MLModelIdT &&value)
GetMLModelRequest & WithMLModelId(MLModelIdT &&value)
bool MLModelIdHasBeenSet() const
AWS_MACHINELEARNING_API GetMLModelRequest()=default
const Aws::String & GetMLModelId() const
bool VerboseHasBeenSet() const
void SetVerbose(bool value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String