Iot\Request\V20160530\DeviceGrantRequest::setGrantType PHP Méthode

setGrantType() public méthode

public setGrantType ( $grantType )
    public function setGrantType($grantType)
    {
        $this->grantType = $grantType;
        $this->queryParameters["GrantType"] = $grantType;
    }