Cdn\Request\V20141111\DeleteLivePullStreamInfoRequest::setStreamName PHP Method

setStreamName() public method

public setStreamName ( $streamName )
    public function setStreamName($streamName)
    {
        $this->streamName = $streamName;
        $this->queryParameters["StreamName"] = $streamName;
    }