Kms\Request\V20160120\GenerateDataKeyRequest::setEncryptionContext PHP Метод

setEncryptionContext() публичный Метод

public setEncryptionContext ( $encryptionContext )
    public function setEncryptionContext($encryptionContext)
    {
        $this->encryptionContext = $encryptionContext;
        $this->queryParameters["EncryptionContext"] = $encryptionContext;
    }