RequestId &operator = (const RequestId &rhs)

接口功能

重载推理请求体对象的=号运算符,用于从已有的请求体对象初始化一个新的请求体对象。

接口格式

RequestId &operator = (const RequestId &rhs)

接口参数

参数

是否必选

说明

取值要求

rhs

必选

推理请求体对象。

合法的请求体对象。

使用样例

返回值

返回RequestId对象。