Kms\Request\V20160120\DecryptRequest::setCiphertextBlob PHP Method

setCiphertextBlob() public method

public setCiphertextBlob ( $ciphertextBlob )
    public function setCiphertextBlob($ciphertextBlob)
    {
        $this->ciphertextBlob = $ciphertextBlob;
        $this->queryParameters["CiphertextBlob"] = $ciphertextBlob;
    }