Iot\Request\V20160104\DeviceGrantRequest::setAppKey PHP Méthode

setAppKey() public méthode

public setAppKey ( $appKey )
    public function setAppKey($appKey)
    {
        $this->appKey = $appKey;
        $this->queryParameters["AppKey"] = $appKey;
    }