Iot\Request\V20160530\DeviceRevokeByTopicRequest::setGrantType PHP Method

setGrantType() public method

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