Kms\Request\V20160120\CancelKeyDeletionRequest::setKeyId PHP Method

setKeyId() public method

public setKeyId ( $keyId )
    public function setKeyId($keyId)
    {
        $this->keyId = $keyId;
        $this->queryParameters["KeyId"] = $keyId;
    }