& result);
/**
* A user-supplied ID that uniquely identifies the MLModel
. This
* value should be identical to the value of the MLModelId
in the
* request.
*/
inline const Aws::String& GetMLModelId() const{ return m_mLModelId; }
/**
* A user-supplied ID that uniquely identifies the MLModel
. This
* value should be identical to the value of the MLModelId
in the
* request.
*/
inline void SetMLModelId(const Aws::String& value) { m_mLModelId = value; }
/**
* A user-supplied ID that uniquely identifies the MLModel
. This
* value should be identical to the value of the MLModelId
in the
* request.
*/
inline void SetMLModelId(Aws::String&& value) { m_mLModelId = std::move(value); }
/**
* A user-supplied ID that uniquely identifies the MLModel
. This
* value should be identical to the value of the MLModelId
in the
* request.
*/
inline void SetMLModelId(const char* value) { m_mLModelId.assign(value); }
/**
* A user-supplied ID that uniquely identifies the MLModel
. This
* value should be identical to the value of the MLModelId
in the
* request.
*/
inline DeleteRealtimeEndpointResult& WithMLModelId(const Aws::String& value) { SetMLModelId(value); return *this;}
/**
* A user-supplied ID that uniquely identifies the MLModel
. This
* value should be identical to the value of the MLModelId
in the
* request.
*/
inline DeleteRealtimeEndpointResult& WithMLModelId(Aws::String&& value) { SetMLModelId(std::move(value)); return *this;}
/**
* A user-supplied ID that uniquely identifies the MLModel
. This
* value should be identical to the value of the MLModelId
in the
* request.
*/
inline DeleteRealtimeEndpointResult& WithMLModelId(const char* value) { SetMLModelId(value); return *this;}
/**
* The endpoint information of the MLModel
*/
inline const RealtimeEndpointInfo& GetRealtimeEndpointInfo() const{ return m_realtimeEndpointInfo; }
/**
* The endpoint information of the MLModel
*/
inline void SetRealtimeEndpointInfo(const RealtimeEndpointInfo& value) { m_realtimeEndpointInfo = value; }
/**
* The endpoint information of the MLModel
*/
inline void SetRealtimeEndpointInfo(RealtimeEndpointInfo&& value) { m_realtimeEndpointInfo = std::move(value); }
/**
* The endpoint information of the MLModel
*/
inline DeleteRealtimeEndpointResult& WithRealtimeEndpointInfo(const RealtimeEndpointInfo& value) { SetRealtimeEndpointInfo(value); return *this;}
/**
* The endpoint information of the MLModel
*/
inline DeleteRealtimeEndpointResult& WithRealtimeEndpointInfo(RealtimeEndpointInfo&& value) { SetRealtimeEndpointInfo(std::move(value)); return *this;}
inline const Aws::String& GetRequestId() const{ return m_requestId; }
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
inline void SetRequestId(const char* value) { m_requestId.assign(value); }
inline DeleteRealtimeEndpointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
inline DeleteRealtimeEndpointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
inline DeleteRealtimeEndpointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
private:
Aws::String m_mLModelId;
RealtimeEndpointInfo m_realtimeEndpointInfo;
Aws::String m_requestId;
};
} // namespace Model
} // namespace MachineLearning
} // namespace Aws