Iot\Request\V20160530\UnSubRequest::setTopicList PHP Method

setTopicList() public method

public setTopicList ( $topicList )
    public function setTopicList($topicList)
    {
        $this->topicList = $topicList;
        $this->queryParameters["TopicList"] = $topicList;
    }