Iot\Request\V20160530\QueryApplyStatusRequest::setApplyId PHP Method

setApplyId() public method

public setApplyId ( $applyId )
    public function setApplyId($applyId)
    {
        $this->applyId = $applyId;
        $this->queryParameters["ApplyId"] = $applyId;
    }