7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearning_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace MachineLearning {
44 template <
typename MLModelIdT = Aws::String>
46 m_mLModelIdHasBeenSet =
true;
47 m_mLModelId = std::forward<MLModelIdT>(value);
49 template <
typename MLModelIdT = Aws::String>
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
74 bool m_mLModelIdHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetMLModelId(MLModelIdT &&value)
AWS_MACHINELEARNING_API DeleteMLModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DeleteMLModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DeleteMLModelResult()=default
const Aws::String & GetMLModelId() const
DeleteMLModelResult & WithRequestId(RequestIdT &&value)
DeleteMLModelResult & WithMLModelId(MLModelIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue